summaryrefslogtreecommitdiff
path: root/80_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '80_Functions.zsh')
-rw-r--r--80_Functions.zsh3
1 files changed, 1 insertions, 2 deletions
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 <hugues@nullpart.net>
@@ -28,7 +27,7 @@ _chpwd()
chpwd()
{
_chpwd
- which todo 2>&1 > /dev/null && todo
+ which todo > /dev/null 2>&1 && todo
}
precmd ()