fish: fix formatting in right prompt function
This commit is contained in:
parent
7b19872141
commit
54c35e642c
@ -1,8 +1,8 @@
|
|||||||
function fish_right_prompt --description 'Write out the right prompt'
|
function fish_right_prompt --description 'Write out the right prompt'
|
||||||
# If we're running via SSH, change the host color
|
# If we're running via SSH, change the host color
|
||||||
set --local color_host $fish_color_host
|
set --local color_host $fish_color_host
|
||||||
if set -q SSH_TTY
|
if set -q SSH_TTY
|
||||||
set color_host $fish_color_host_remote
|
set color_host $fish_color_host_remote
|
||||||
end
|
end
|
||||||
|
|
||||||
set_color $color_host
|
set_color $color_host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user