added local node to path

This commit is contained in:
2016-07-27 22:12:21 -06:00
parent 967db03761
commit c8a59f068a
+1 -1
View File
@@ -26,7 +26,7 @@ alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
complete -F _todo t
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:"
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:/home/ewpt3ch/local/nodejs/bin:${PATH}:./:"
#export VMWARE_USE_SHIPPED_GTK="yes"
export EDITOR=vim
export PAGER=less