Update appearance of ssh segment
This commit is contained in:
parent
73034e86b6
commit
6ea4f368c8
@ -260,7 +260,7 @@ function fish_prompt --description 'Display a formatted terminal prompt'
|
|||||||
|
|
||||||
set -l ssh_seg ""
|
set -l ssh_seg ""
|
||||||
if test -n "$SSH_CONNECTION"
|
if test -n "$SSH_CONNECTION"
|
||||||
set ssh_seg "$white" "[ssh]" "$normal "
|
set ssh_seg "$white" "ssh ⇥" "$normal "
|
||||||
end
|
end
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
Loading…
Reference in New Issue
Block a user