Skip to content

Instantly share code, notes, and snippets.

@sanderpick
Created August 1, 2014 19:42
Show Gist options
  • Save sanderpick/bd3e695ede2b2b176477 to your computer and use it in GitHub Desktop.
Save sanderpick/bd3e695ede2b2b176477 to your computer and use it in GitHub Desktop.
source ~/.git-completion.bash
export CLICOLOR='true'
export PS1='\[\033[1;35m\]\u\[\033[0m\]:\[\033[1;35m\]\W\[\033[0m\] \[\033[1;92m\]$(__git_ps1 "(%s)")\[\033[0m\]\$ '
export PATH=/usr/local/bin:$PATH
# {{{
# Node Completion - Auto-generated, do not touch.
shopt -s progcomp
for f in $(command ls ~/.node-completion); do
f="$HOME/.node-completion/$f"
test -f "$f" && . "$f"
done
# }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment