From 07d54dd7fe9748e5dbdba830944bfabfb0cbe7e8 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 15 Feb 2023 16:57:44 -0500 Subject: [PATCH] Change ssh segment text --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index 4643c95..3dd764a 100644 --- a/config.fish +++ b/config.fish @@ -260,7 +260,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" "remote" "$normal: " end #############################