mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
add support for different nvm directory
This commit is contained in:
parent
e55c715508
commit
40c7a52e34
2 changed files with 1 additions and 29 deletions
|
|
@ -1,3 +1 @@
|
|||
# The addition 'nvm install' attempts in ~/.profile
|
||||
|
||||
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
||||
[[ -s $NVM_DIR/nvm.sh ]] && . $NVM_DIR/nvm.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue