summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 936dfc3..6146ac6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -4,6 +4,7 @@ if [ -d $ZDOTDIR ]; then
for script in $ZDOTDIR/??_*.zsh
do
source $script
+ # find host-based script and source it
local_script="${script:r}.`hostname -s`"
[ -f $local_script ] && source $local_script
done