Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tonyc/178247 to your computer and use it in GitHub Desktop.
Save tonyc/178247 to your computer and use it in GitHub Desktop.
export ANSI_NORMAL="\[\e[0;37m\]"
export ANSI_YELLOW="\[\e[1;33m\]"
export ANSI_RESET="\[\e[0m\]"
export ANSI_CYAN="\[\e[0;36m\]"
export ANSI_BLUE="\[\e[0;34m\]"
export PS1="($ANSI_CYAN\u$ANSI_YELLOW@$ANSI_CYAN\h$ANSI_RESET):\w\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment