Created
February 23, 2018 12:14
-
-
Save bricef/0d919a7746dfc19d72a817133485314e to your computer and use it in GitHub Desktop.
This file contains 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
B_BLACK="\[\e[40m\]" | |
B_RED="\[\e[41m\]" | |
B_GREEN="\[\e[42m\]" | |
B_YELLOW="\[\e[43m\]" | |
B_BLUE="\[\e[44m\]" | |
B_MAGENTA="\[\e[45m\]" | |
B_CYAN="\[\e[46m\]" | |
B_WHITE="\[\e[47m\]" | |
F_BLACK="\[\e[30m\]" | |
F_RED="\[\e[31m\]" | |
F_GREEN="\[\e[32m\]" | |
F_YELLOW="\[\e[33m\]" | |
F_BLUE="\[\e[34m\]" | |
F_MAGENTA="\[\e[35m\]" | |
F_CYAN="\[\e[36m\]" | |
F_WHITE="\[\e[37m\]" | |
BOLD="\[\e[1m\]" | |
END="\[\e[0m\]" | |
export PS1=$BOLD$F_YELLOW$PS1$END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment