From 089a44c0313e79f59d0ff5e7813a13216a9342ec Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 20 Jan 2023 21:24:27 -0500 Subject: [PATCH] fish: make ssh prompt bubble brighter --- src/.config/fish/functions/extra_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/fish/functions/extra_prompt.fish b/src/.config/fish/functions/extra_prompt.fish index 856bcc5..756fdc2 100644 --- a/src/.config/fish/functions/extra_prompt.fish +++ b/src/.config/fish/functions/extra_prompt.fish @@ -22,7 +22,7 @@ if set -q SSH_TTY functions -c fish_prompt ssh_old_fish_prompt function fish_prompt - printf "%s%s%s" (set_color 80809C) "(ssh) " (set_color normal) + printf "%s%s%s" (set_color 8080FF) "(ssh) " (set_color normal) ssh_old_fish_prompt end end