summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
Diffstat (limited to '00_Sanity.zsh')
-rw-r--r--00_Sanity.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/00_Sanity.zsh b/00_Sanity.zsh
index dc63a60..426f637 100644
--- a/00_Sanity.zsh
+++ b/00_Sanity.zsh
@@ -18,5 +18,5 @@ umask 027
[[ -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
+alias which >/dev/null && unalias which