initial commit
This commit is contained in:
6
.config/zsh/lib.zsh
Normal file
6
.config/zsh/lib.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
disable which
|
||||
which() { builtin whence -p "$@"; }
|
||||
which-command() { builtin whence -p "$@"; }
|
||||
zsh-which() { builtin whence -c "$@"; }
|
Reference in New Issue
Block a user