zsh-nvm/zsh-nvm.plugin.zsh
2016-07-08 13:39:46 +01:00

4 lines
48 B
Bash

_zsh_nvm_has() {
type "$1" > /dev/null 2>&1
}