Changes on my laptop

This commit is contained in:
Josh Sherman 2015-11-24 19:55:47 -05:00
parent 534daef518
commit 70fa63cead
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,9 @@ function username() {
function server() {
if [[ `hostname` != *.home ]]; then
echo "%{$FG[244]%}@%{$fg[magenta]%}%m "
if [[ `hostname` != *.local ]]; then
echo "%{$FG[244]%}@%{$fg[magenta]%}%m "
fi
fi
}

View file

@ -70,8 +70,6 @@ done
export PATH=/usr/local/bin:/usr/local/sbin:./node_modules/bower/bin:./node_modules/grunt-cli/bin:$PATH
# source $(brew --prefix nvm)/nvm.sh
# May not need this now, moved it to mux
export NODE_ENV=development
@ -79,4 +77,6 @@ export NODE_ENV=development
# [ -z "$TMUX" ] && export TERM=xterm-256color && exec tmux
source $(brew --prefix nvm)/nvm.sh
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting