My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 6f26a2c35833921961242ce9c74ee41a3da16036
Parent: 48856be346f3a19cd6647ce3160f26d4e235cf6b
Author: mcol <mcol@posteo.net>
Date: 2019-02-09 13:01:45 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-02-09 13:01:45 +0000

testing theme with pi

themes/ban.zsh-theme Modified

@@ -128,13 +128,12 @@
     local tmux_indicator
     if [[ -n "$TMUX" ]]
     then
-	local SEGMENT_SEPARATOR_L=$'\ue0b0'
-	tmux_indicator=$''
+	prompt_segment 11 magenta ''
+	SEGMENT_SEPARATOR=$'\ue0b0' prompt_segment magenta 11 ''
     else
-	tmux_indicator=''
+	prompt_segment black magenta ''
+	SEGMENT_SEPARATOR='' prompt_segment magenta 11 ''
     fi
-    #[[ -n "$tmux_indicator" ]] && prompt_segment magenta 11 "$tmux_indicator"
-    prompt_segment 11 magenta "$tmux_indicator"
 }