From 800a0e6c149cbb303452c84b122c1dbdc963e5ff Mon Sep 17 00:00:00 2001 From: joshrandall8478 <joshrandall8478@gmail.com> Date: Sat, 1 Feb 2025 12:04:26 -0500 Subject: [PATCH] removed SSH prefix --- headline.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headline.zsh-theme b/headline.zsh-theme index bf2e645..5c466a3 100644 --- a/headline.zsh-theme +++ b/headline.zsh-theme @@ -118,7 +118,8 @@ declare -a HL_LAYOUT_ORDER=( # Template for each segment's layout declare -A HL_LAYOUT_TEMPLATE=( - _PRE "${IS_SSH+(ssh) }" # shows "(ssh) " if this is an ssh session + #_PRE "${IS_SSH+(ssh) }" # shows "(ssh) " if this is an ssh session + _PRE '' USER '...' HOST ' @ ...' CONDA ' (...)' -- GitLab