updated bash prompt background colour

This commit is contained in:
Dan Anglin 2024-09-12 03:55:25 +01:00
parent 4687ace1ca
commit 26f85a6778
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -41,7 +41,7 @@ alias {{ $key }}="{{ $value }}"
{{ print "" }} {{ print "" }}
# Bash Prompt # Bash Prompt
HOSTNAME_BG="$(tput setab 68)" HOSTNAME_BG="$(tput setab 26)"
GREY_BG="$(tput setab 240)" GREY_BG="$(tput setab 240)"
RESET="$(tput sgr0)" RESET="$(tput sgr0)"
FILEPATH_TC="$(tput setaf 81)" FILEPATH_TC="$(tput setaf 81)"