From d7f8d3b6e2b619e3177e596e2e96bac1f28d4584 Mon Sep 17 00:00:00 2001
From: joshrandall8478 <joshrandall8478@gmail.com>
Date: Fri, 31 Jan 2025 10:37:59 -0500
Subject: [PATCH] fixed ssh prefix

---
 headline.zsh-theme | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/headline.zsh-theme b/headline.zsh-theme
index 9a4722f..bf2e645 100644
--- a/headline.zsh-theme
+++ b/headline.zsh-theme
@@ -85,7 +85,7 @@ clear_entire_screen=$'\e[2J'
 HL_PRINT_MODE='precmd' # precmd|prompt
 
 # Print the separator line always, when not following clear screen, or don't print
-HL_SEP_MODE='on' # on|auto|off
+HL_SEP_MODE='off' # on|auto|off
 
 # Print the information line always, when it has changed, or don't print
 HL_INFO_MODE='on' # on|auto|off
@@ -118,7 +118,7 @@ declare -a HL_LAYOUT_ORDER=(
 
 # Template for each segment's layout
 declare -A HL_LAYOUT_TEMPLATE=(
-  _PRE    "${IS_SSH+=> }" # shows "=> " if this is an ssh session
+  _PRE    "${IS_SSH+(ssh) }" # shows "(ssh) " if this is an ssh session
   USER    '...'
   HOST    ' @ ...'
   CONDA   ' (...)'
@@ -147,7 +147,7 @@ HL_SPACE_CHAR=' '
 # Template for each segment's content
 declare -A HL_CONTENT_TEMPLATE=(
   USER   "%{$bold$red%} ..." # consider ' ' or ' '
-  HOST   "%{$bold$yellow%}󰇅..." # consider '󰇅 ' or ' '
+  HOST   "%{$bold$yellow%}󰇅 ..." # consider '󰇅 ' or ' '
   CONDA   "%{$bold$green%} ..." # consider ' ' or ' '
   VENV   "%{$bold$green%} ..." # consider ' ' or ' '
   PATH   "%{$bold$blue%}î—¾ ..." # consider 'î—¾ ' or 'î«· '
-- 
GitLab