summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-09-12 03:03:35 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:10 +0100
commitdd8648fcac4fc9c821a30fd2fb1f07099a65fbf4 (patch)
tree7b7d73c901476e15c731d65f76bd7836394be708 /.zshrc
parent0ae73a79c52c871002fb520fc8b6dfaf018de7ce (diff)
Super conf qui tue
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@268 a0e5b806-a6f9-0310-978d-cbce73f8a913
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