zsh: fix incorrect hostname used to colour the prompt
This commit is contained in:
parent
44696ee9e4
commit
51b94f2d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue