This website requires JavaScript.
Explore
Help
Sign In
public
/
zsh-nvm
Watch
1
Star
0
Fork
0
You've already forked zsh-nvm
mirror of
https://github.com/lukechilds/zsh-nvm.git
synced
2025-01-30 09:47:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4b14302d6d
zsh-nvm
/
zsh-nvm.plugin.zsh
4 lines
48 B
Bash
Raw
Normal View
History
Unescape
Escape
Check something is available in PATH
2016-07-08 20:39:46 +08:00
_zsh_nvm_has
(
)
{
type
"
$1
"
> /dev/null 2>
&
1
}
Reference in New Issue
Copy Permalink