I stopped using 256 colors long time ago.

This commit is contained in:
Julien Palard 2018-08-12 11:51:51 +02:00
parent d5a0c7dede
commit 3669bf7fd6
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ umask 022
eval "`dircolors`"
set -C
# I don't like the default blue (That is too dark for me)
tput initc 12 400 400 1000
HOSTNAME_SUM=$(cksum <(hostname) | cut -d' ' -f1)
HOSTNAME_BOLD=$(( ($HOSTNAME_SUM + 1) % 2))
HOSTNAME_HUE=$(( ($HOSTNAME_SUM + 3) % 6 + 31))