From dee8d4941f20710617465270d86eacd53e2643fb Mon Sep 17 00:00:00 2001 From: hugues Date: Thu, 17 May 2007 22:38:43 +0000 Subject: Correctifs apportés suite à la mise à jour sur Prunelle (Darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@386 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 7455049..7653803 100644 --- a/.zshrc +++ b/.zshrc @@ -29,7 +29,7 @@ mkdir -p $ZDOTDIR USER=${USER:-`whoami`} UID=${UID:-`id -u`} HOST=${HOST:-$(hostname -s)} -DOMAIN=${DOMAIN:-${$(hostname -d):-$(hostname -y)}} +DOMAIN=${DOMAIN:-${$(hostname -d 2>&-):-$(hostname -y 2>&-)}} DEBUG=no -- cgit v1.2.3