Skip to content

Instantly share code, notes, and snippets.

@sadhu89
Last active October 19, 2015 02:55
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 sadhu89/607cb33664810fe11946 to your computer and use it in GitHub Desktop.
Save sadhu89/607cb33664810fe11946 to your computer and use it in GitHub Desktop.
Dotfiles
# colors!
green="\[\033[0;32m\]"
blue="\[\033[0;34m\]"
purple="\[\033[0;35m\]"
reset="\[\033[0m\]"
export GIT_PS1_SHOWDIRTYSTATE=1
# '\u' adds the name of the current user to the prompt
# '\$(__git_ps1)' adds git-related stuff
# '\W' adds the name of the current directory
export PS1="$purple\u$green\$(__git_ps1)$blue \W $ $reset"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment