Last active
November 26, 2018 22:24
-
-
Save andybrice/cb87f4654272a80e480a to your computer and use it in GitHub Desktop.
Minimal Colored Arrow Bash Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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