Browse Source

change color

pull/1/head
10sr 12 years ago
parent
commit
1f2603b1e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -522,7 +522,7 @@ then
__my_c3="\[\e[1;30m\]" # color for OLDPWD
if test "`hostname`" = arch-aspireone; then __my_c4="\[\e[1;34m\]"
elif test "`hostname`" = darwin-mba.local; then __my_c4="\[\e[1;33m\]"
elif test "`hostname`" = newkiwi; then __my_c4="\[\e[1;34m\]"
elif test "`hostname`" = newkiwi; then __my_c4="\[\e[1;35m\]"
else __my_c4="\[\e[1;32m\]" # color for ::
fi
__my_cdef="\[\e[0m\]"


Loading…
Cancel
Save