Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created May 26, 2011 19:04
Show Gist options
  • Save ggreer/993801 to your computer and use it in GitHub Desktop.
Save ggreer/993801 to your computer and use it in GitHub Desktop.
TITLE='\[\e]0;\u@\h: \w\a\]'
GREEN_START='\[\e[32m\]'
WHITE_START='\[\e[0m\]'
YELLOW_START='\[\e[33m\]'
BLUE_START='\[\e[36m\]'
PS1="${TITLE}${GREEN_START}\u${WHITE_START}@${YELLOW_START}\h${WHITE_START}:${BLUE_START}\w${WHITE_START}\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment