From dd8648fcac4fc9c821a30fd2fb1f07099a65fbf4 Mon Sep 17 00:00:00 2001 From: hugues Date: Tue, 12 Sep 2006 03:03:35 +0000 Subject: Super conf qui tue git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@268 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') 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 -- cgit v1.2.3