summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index 04f3e78..313bebc 100644
--- a/.zshenv
+++ b/.zshenv
@@ -41,3 +41,8 @@ export DEBFULLNAME='Mike Beattie'
HISTFILE=~/.history
SAVEHIST=1000
HISTSIZE=1000
+
+if [ -f "${HOME}/.zshenv.$(hostname)" ];then
+ source "${HOME}/.zshenv.$(hostname)"
+fi
+