summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc9
1 files changed, 8 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5c2fb7c..bbea785 100644
--- a/.zshrc
+++ b/.zshrc
@@ -46,7 +46,14 @@ if [ -d $ZDOTDIR ]; then
source $script
[ "$DEBUG" = "yes" ] && echo
- for i in "net:$DOMAIN" "host:$HOST" "user:$USER" "user:$SUDO_USER"
+ for i in "net:$DOMAIN"\
+ "host:$HOST"\
+ "user:$USER"\
+ "user:$SUDO_USER"\
+ "net:$DOMAIN/host:$HOST"\
+ "net:$DOMAIN/user:$USER"\
+ "net:$DOMAIN/host:$HOST/user:$USER"\
+ "net:$DOMAIN/host:$HOST/user:$SUDO_USER"
do
specific_script=${script:h}/$i/${${script:t}/??_/}
if test -f $specific_script