summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 99f2570..b12a727 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -364,3 +364,7 @@ if [[ $_HOST_TYPE == "Linux" ]]; then
alias lpimg='/usr/bin/lp -o fit-to-page'
fi
+if [[ $(hostname) == "barkley" ]]; then
+ source $HOME/.files/zsh/.zshrc.work
+fi
+