Changes on my laptop
This commit is contained in:
parent
534daef518
commit
70fa63cead
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue