Skip to content

Instantly share code, notes, and snippets.

@andybrice
Last active November 26, 2018 22:24
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 andybrice/cb87f4654272a80e480a to your computer and use it in GitHub Desktop.
Save andybrice/cb87f4654272a80e480a to your computer and use it in GitHub Desktop.
Minimal Colored Arrow Bash Prompt
BRIGHT_COLOR='\e[35m'
NORMAL_COLOR='\e[0m'
export PS1="\n\[$BRIGHT_COLOR\]\W ➤ \[$NORMAL_COLOR\]"
export CLICOLOR=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment