summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-24 16:16:29 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-24 16:16:49 +0100
commit6eb31533615e06e7701c075398cafa13658c52fe (patch)
treee0755270d8f3a201f4c07f4f2eca731ecf03de09 /00_Sanity.zsh
parentfae923152df350949fdd7823c6e50cf44aef46d9 (diff)
Revert "Calls internal zsh 'which' command"
This reverts commit 953e6e10a521c16dcadabb5bfcfda12d4d6cf559.
Diffstat (limited to '00_Sanity.zsh')
-rw-r--r--00_Sanity.zsh3
1 files changed, 3 insertions, 0 deletions
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
+