Adding back an alias declaration I removed by mistake.
This commit is contained in:
parent
5614a59ae8
commit
d4f2a4e4e5
@ -19,6 +19,8 @@ for nodenvdir in "${nodenvdirs[@]}" ; do
|
|||||||
export PATH=${nodenvdir}/bin:$PATH
|
export PATH=${nodenvdir}/bin:$PATH
|
||||||
eval "$(nodenv init --no-rehash - zsh)"
|
eval "$(nodenv init --no-rehash - zsh)"
|
||||||
|
|
||||||
|
alias nodes="nodenv versions"
|
||||||
|
|
||||||
function current_node() {
|
function current_node() {
|
||||||
echo "$(nodenv version-name)"
|
echo "$(nodenv version-name)"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user