1

Fix color in ssh segment

This commit is contained in:
Jessie Hildebrandt 2023-02-15 16:41:28 -05:00
parent 6ea4f368c8
commit 577fc54494

View File

@ -260,7 +260,7 @@ function fish_prompt --description 'Display a formatted terminal prompt'
set -l ssh_seg ""
if test -n "$SSH_CONNECTION"
set ssh_seg "$white" "ssh" "$normal "
set ssh_seg "$white" "ssh" "$normal "
end
#############################