fix ls colors issue somehow...

This commit is contained in:
2014-10-20 16:41:14 -07:00
parent 0e22f67464
commit 153d70beb0
6 changed files with 20 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ Purple='\e[0;35m' # Purple
Cyan='\e[0;36m' # Cyan
White='\e[0;37m' # White
BoldYellow='\e[1;33m' # Yellow
Gray="\[\033[1;30m\]"
function current_directory() {
@@ -54,6 +55,7 @@ function prompt_basic_colors() {
export SEPARATOR_COLOR="$Black"
export HOSTNAME_COLOR="$Blue"
export CURRENT_DIRECTORY_COLOR="$BoldYellow"
export SEPARATOR_COLOR="$Gray"
}
function print_with_color() {