summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2019-09-04 22:51:54 +0200
committerPatrick Simianer <pks@pks.rocks>2019-09-04 22:51:54 +0200
commitc25b9339efe50d861e048a644a8184a29eb5583a (patch)
tree3be41d8c9edf67a5bc73c594501cac0a9da04566 /zsh
parentc221a045feed1b1470c83685d5e870f8a2a05326 (diff)
zsh: fix
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b12a727..032eae2 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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