1

Fix syntax error in SSH segment string

This commit is contained in:
Jessie Hildebrandt 2020-06-14 21:32:06 -04:00
parent 9f5f07835e
commit d9c03bd976

View File

@ -198,7 +198,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
#############################