From 6eb31533615e06e7701c075398cafa13658c52fe Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 24 Jan 2012 16:16:29 +0100 Subject: Revert "Calls internal zsh 'which' command" This reverts commit 953e6e10a521c16dcadabb5bfcfda12d4d6cf559. --- 00_Sanity.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to '00_Sanity.zsh') diff --git a/00_Sanity.zsh b/00_Sanity.zsh index 3c00329..dc63a60 100644 --- a/00_Sanity.zsh +++ b/00_Sanity.zsh @@ -17,3 +17,6 @@ umask 027 # sanity [[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null +# unalias shitty alias +unalias which + -- cgit v1.2.3