Skip to content

Instantly share code, notes, and snippets.

@yaauie
Created April 7, 2014 23:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save yaauie/10074633 to your computer and use it in GitHub Desktop.
export PATH=$HOME/.bin:$PATH
GIT_PS1_SHOWDIRTYSTATE=1
GIT_PS1_SHOWUNTRACKEDFILES=1
GIT_PS1_SHOWUPSTREAM="auto"
PS1=' \u@\h \W$(__git_ps1 " (%s)") '
PS1="\n╭ <\e[1;34m\]$PS1\[\e[0m>\n╰ $ "
# load bash_completion
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
@yaauie
Copy link
Author

yaauie commented Apr 7, 2014

.bin/subl -> /Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl

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