mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Check something is available in PATH
This commit is contained in:
parent
70ec8704d6
commit
4b14302d6d
@ -0,0 +1,3 @@
|
||||
_zsh_nvm_has() {
|
||||
type "$1" > /dev/null 2>&1
|
||||
}
|
Loading…
Reference in New Issue
Block a user