Fix syntax error in SSH segment string
This commit is contained in:
parent
9f5f07835e
commit
d9c03bd976
@ -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
|
||||
|
||||
#############################
|
||||
|
Loading…
Reference in New Issue
Block a user