Skip to content

Instantly share code, notes, and snippets.

@jder
Created January 28, 2011 21:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jder/800966 to your computer and use it in GitHub Desktop.
Save jder/800966 to your computer and use it in GitHub Desktop.
if [[ $TERM != "dumb" ]]
then
export PS1="\[\e[36m\]\u@\h: \[\e[34m\]\w\n\[\e[0m\]\$ "
else
export PS1="\u@\h: \w\n\$ "
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment