Update colors

This commit is contained in:
nemunaire 2015-01-07 11:50:16 +01:00
parent ca43965384
commit 83863aa05c

18
.bashrc
View File

@ -42,16 +42,16 @@ MD5CMD=`(which md5sum > /dev/null && echo "md5sum") ||
(which md5 > /dev/null && echo "md5") || echo "cat"`
case `echo $(hostname) | $MD5CMD | sed -E 's/^.(.).*$/\1/'` in
"1"|"6"|"b")
HOST_COLOR=36 ;;
"2"|"7"|"c")
HOST_COLOR=32 ;;
"3"|"8"|"d")
HOST_COLOR=35 ;;
"4"|"9"|"e")
HOST_COLOR=34 ;;
"5"|"a"|"f")
"1"|"a"|"b")
HOST_COLOR=33 ;;
"2"|"9"|"c")
HOST_COLOR=32 ;;
"3"|"9"|"d")
HOST_COLOR=35 ;;
"4"|"7"|"e")
HOST_COLOR=34 ;;
"5"|"6"|"f")
HOST_COLOR=36 ;;
*)
HOST_COLOR=37 ;;
esac