Created
August 16, 2011 12:46
-
-
Save alexrinass/1148985 to your computer and use it in GitHub Desktop.
Shell colors
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
RED="\033[0;31m" | |
LRED="\033[1;31m" | |
GREEN="\033[0;32m" | |
LGREEN="\033[1;32m" | |
BROWN="\033[0;33m" | |
YELLOW="\033[1;33m" | |
BLUE="\033[0;34m" | |
LBLUE="\033[1;34m" | |
PURPLE="\033[0;35m" | |
LPURPLE="\033[1;35m" | |
CYAN="\033[0;36m" | |
LCYAN="\033[1;36m" | |
NOCOLOR="\033[0m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment