summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
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