From 677e279659989347460af25ff52c7b3554efb843 Mon Sep 17 00:00:00 2001 From: hugues Date: Sat, 23 Sep 2006 11:49:54 +0000 Subject: =?utf-8?q?Nombreuses=20mises=20=C3=A0=20jour, =20en=20particulier=20les=20couleurs=20du=20prompt=20yAy?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@273 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- 80_Functions.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '80_Functions.zsh') diff --git a/80_Functions.zsh b/80_Functions.zsh index add97cf..02d9fa4 100644 --- a/80_Functions.zsh +++ b/80_Functions.zsh @@ -1,4 +1,3 @@ -#!/bin/zsh ## ## Part of configuration files for Zsh 4 ## by Hugues Hiegel @@ -28,7 +27,7 @@ _chpwd() chpwd() { _chpwd - which todo 2>&1 > /dev/null && todo + which todo > /dev/null 2>&1 && todo } precmd () -- cgit v1.2.3