summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index b2639a9..3758f4c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -30,9 +30,9 @@ if [ -d $ZDOTDIR ]; then
[ "$DEBUG" != "" ] && echo "${${script:t:r}/??_/}... ";
source $script
- for i in "host:`hostname -s`" "user:`whoami`" #"host:`hostname -s`.user:`whoami`"
+ for i in "host:`hostname -s`" "user:`whoami`" "net:`hostname -d`"
do
- specific_script=${script:h}/$i/${script:t}
+ specific_script=${script:h}/$i/${${script:t}/??_/}
[ -f $specific_script ] && source $specific_script
done
done