From 8c6a7296f50a9394a4714161652fb7794e607e33 Mon Sep 17 00:00:00 2001 From: sckova Date: Sun, 11 Jan 2026 15:23:27 -0500 Subject: [PATCH] changes --- home/terminal/fish/functions/fish-prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/terminal/fish/functions/fish-prompt.fish b/home/terminal/fish/functions/fish-prompt.fish index 09d3ae9..e41395a 100644 --- a/home/terminal/fish/functions/fish-prompt.fish +++ b/home/terminal/fish/functions/fish-prompt.fish @@ -14,9 +14,9 @@ if test (hostname) = peach set -g color_host $color_peach else if test (hostname) = alien 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_cwd $color_red + set -g color_cwd normal else if test (uname) = Darwin set -g color_host $color_yellow end