From 2052b6ba7ecd7ba7a719a8826cdfc1a1a228cafc Mon Sep 17 00:00:00 2001 From: hugues Date: Thu, 14 Sep 2006 19:48:08 +0000 Subject: Ptit hack pour l'iBook. git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@271 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3758f4c..8f6bd38 100644 --- a/.zshrc +++ b/.zshrc @@ -30,7 +30,7 @@ if [ -d $ZDOTDIR ]; then [ "$DEBUG" != "" ] && echo "${${script:t:r}/??_/}... "; source $script - for i in "host:`hostname -s`" "user:`whoami`" "net:`hostname -d`" + for i in "host:`hostname -s`" "user:`whoami`" "net:`hostname -d 2>/dev/null`" do specific_script=${script:h}/$i/${${script:t}/??_/} [ -f $specific_script ] && source $specific_script -- cgit v1.2.3