You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
371 B
10 lines
371 B
10 years ago
|
[[ -d /usr/local/share/npm/bin ]] && export PATH="/usr/local/share/npm/bin:$PATH"
|
||
|
[[ -d /usr/local/bin ]] && export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
|
||
|
# [[ -d "$HOME/.rbenv" ]] && export PATH="$HOME/.rbenv/bin:$PATH"
|
||
|
|
||
|
export PATH=~/bin:~/Dropbox/bin:$PATH
|
||
|
|
||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||
|
|
||
|
[[ -s "$HOME/.bash_profile.local" ]] && . "$HOME/.bash_profile.local"
|