diff options
-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 |