fix ~/.bin export path
This commit is contained in:
parent
877505615f
commit
9be6bc2571
@ -2,6 +2,7 @@
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH="$PATH:$HOME/.bin"
|
||||
|
||||
# ALIASES
|
||||
alias ls='ls --color=auto'
|
||||
@ -17,5 +18,5 @@ if [ -d "$HOME/.nvm" ]; then
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||
export PATH="$PATH:node_modules/.bin:$HOME/.bin"
|
||||
export PATH="$PATH:node_modules/.bin"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user