mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
4 lines
48 B
Bash
4 lines
48 B
Bash
_zsh_nvm_has() {
|
|
type "$1" > /dev/null 2>&1
|
|
}
|