switched nodejs management to nvm
This commit is contained in:
@@ -26,7 +26,7 @@ alias grep='grep --color=auto'
|
|||||||
alias fgrep='fgrep --color=auto'
|
alias fgrep='fgrep --color=auto'
|
||||||
alias egrep='egrep --color=auto'
|
alias egrep='egrep --color=auto'
|
||||||
complete -F _todo t
|
complete -F _todo t
|
||||||
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:/home/ewpt3ch/local/nodejs/bin:${PATH}:./:"
|
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:"
|
||||||
#export VMWARE_USE_SHIPPED_GTK="yes"
|
#export VMWARE_USE_SHIPPED_GTK="yes"
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
@@ -40,3 +40,7 @@ if dropbox.py running ; then
|
|||||||
#start dropbox
|
#start dropbox
|
||||||
~/bin/dropbox.py start
|
~/bin/dropbox.py start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export NVM_DIR="/home/ewpt3ch/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion
|
||||||
|
|||||||
Reference in New Issue
Block a user