This commit is contained in:
sckova 2026-01-11 15:23:27 -05:00 committed by Sean Kovacs
commit 6f2f3c19fb
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -14,9 +14,9 @@ if test (hostname) = peach
set -g color_host $color_peach set -g color_host $color_peach
else if test (hostname) = alien else if test (hostname) = alien
set -g color_host $color_blue set -g color_host $color_blue
else if test (hostname) = vm-aarch64 else if test (hostname) = vm
set -g color_host $color_green set -g color_host $color_green
set -g color_cwd $color_red set -g color_cwd normal
else if test (uname) = Darwin else if test (uname) = Darwin
set -g color_host $color_yellow set -g color_host $color_yellow
end end