diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-04 22:51:54 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-04 22:51:54 +0200 |
commit | c25b9339efe50d861e048a644a8184a29eb5583a (patch) | |
tree | 3be41d8c9edf67a5bc73c594501cac0a9da04566 | |
parent | c221a045feed1b1470c83685d5e870f8a2a05326 (diff) |
zsh: fix
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -365,6 +365,8 @@ if [[ $_HOST_TYPE == "Linux" ]]; then fi if [[ $(hostname) == "barkley" ]]; then - source $HOME/.files/zsh/.zshrc.work + if [[ -f $HOME/.files/zsh/.zshrc.work ]]; then + source $HOME/.files/zsh/.zshrc.work + fi fi |