Browse Source

Check something is available in PATH

pull/5/head
Luke Childs 8 years ago
parent
commit
4b14302d6d
  1. 3
      zsh-nvm.plugin.zsh

3
zsh-nvm.plugin.zsh

@ -0,0 +1,3 @@
_zsh_nvm_has() {
type "$1" > /dev/null 2>&1
}
Loading…
Cancel
Save