zsh: fix incorrect hostname used to colour the prompt

This commit is contained in:
Nico 2025-05-03 16:16:04 +10:00
parent 44696ee9e4
commit 51b94f2d9d

View file

@ -22,7 +22,7 @@ fi
# set prompt colours
HOSTNAME="$(hostname)"
if [ "$HOSTNAME" = "faye" ]; then
if [ "$HOSTNAME" = "kita" ]; then
PRIMARY_COLOUR="{red}"
SECONDARY_COLOUR="{yellow}"
TEXT_COLOUR="{black}"