summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
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
+