u
This commit is contained in:
@@ -80,6 +80,11 @@ case "$TERM" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# nvm settings
|
||||
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
|
||||
|
||||
if [ -f ~/.bashrc_custom ]
|
||||
then
|
||||
source ~/.bashrc_custom
|
||||
|
||||
Reference in New Issue
Block a user