update
This commit is contained in:
parent
e456cb11f7
commit
d64f2c560a
1
bashrc
1
bashrc
|
|
@ -197,6 +197,7 @@ source ~/.profile
|
|||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
nvm use default >/dev/null
|
||||
|
||||
# https://github.com/skywind3000/z.lua
|
||||
if command -v lua ; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue