fish: make ssh prompt bubble brighter

This commit is contained in:
dogeystamp 2023-01-20 21:24:27 -05:00
parent 0a35e63057
commit 089a44c031
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -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