Skip to content

Instantly share code, notes, and snippets.

@zampino
Last active December 9, 2015 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zampino/4308666 to your computer and use it in GitHub Desktop.
Save zampino/4308666 to your computer and use it in GitHub Desktop.
bash profile ml
source ~/.bash_colors
######### GIT #######################
source /usr/local/git/contrib/completion/git-prompt.sh
source /usr/local/git/contrib/completion/git-completion.bash
GIT_PS1_SHOWDIRTYSTATE=true
# GIT_PS1_SHOWUPSTREAM=true
GIT_PS1_SHOWUNTRACKEDFILES=true
GIT_PS1_SHOWSTASHSTATE=true
export PS1='\[$COLOR_YELLOW\]\u@\h:\[$COLOR_MAGENTA\]\w\[$COLOR_LIGHTCYAN\]$(__git_ps1) \[$COLOR_RESET\]'
#######################################
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias plumi='ssh plumi@raw-news.net'
export PATH=/Users/amantini/.rvm/gems/ruby-1.9.3-p327/bin:/Users/amantini/.rvm/gems/ruby-1.9.3-p327@global/bin:/Users/amantini/.rvm/rubies/ruby-1.9.3-p327/bin:/Users/amantini/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/local/Cellar/flex_sdk/4.6.0.23201/libexec/bin
export FLEX_HOME=/usr/local/Cellar/flex_sdk/4.6.0.23201/libexec
@zampino
Copy link
Author

zampino commented Feb 16, 2013

understood \[ and \] must surround non-physical "spaces" of the promo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment