zsh-nvm/zsh-nvm.plugin.zsh

4 lines
48 B
Bash
Raw Normal View History

2016-07-08 20:39:46 +08:00
_zsh_nvm_has() {
type "$1" > /dev/null 2>&1
}