From 54c35e642cae224f159cd9a62d7514e9e34e62e3 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Fri, 13 Mar 2020 05:47:52 +0000 Subject: [PATCH] fish: fix formatting in right prompt function --- fish/functions/fish_right_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/functions/fish_right_prompt.fish b/fish/functions/fish_right_prompt.fish index f1e1f23..a70ee54 100644 --- a/fish/functions/fish_right_prompt.fish +++ b/fish/functions/fish_right_prompt.fish @@ -1,8 +1,8 @@ function fish_right_prompt --description 'Write out the right prompt' # If we're running via SSH, change the host color set --local color_host $fish_color_host - if set -q SSH_TTY - set color_host $fish_color_host_remote + if set -q SSH_TTY + set color_host $fish_color_host_remote end set_color $color_host