From bfd3a78e252bdf8e03c5bde820836bad253d8fb1 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 25 Apr 2013 16:53:54 +0200 Subject: [*] Comments --- 10_Environment.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to '10_Environment.zsh') diff --git a/10_Environment.zsh b/10_Environment.zsh index a4c9c58..7f149c6 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -63,7 +63,9 @@ _tx_=${${has_termcaps:+"x"}:-"|"} PS1_ROOT=${PS1_ROOT:-$color[red]} PS1_USER=${PS1_USER:-$color[blue]} +# Specific color for YeahConsole PS1_YEAH="38;5;82" +# The following sets another std-user color for a specific tmux session if ( __cmd_exists tmux && tmux list-panes -F '#S #{pane_tty}' | grep -q "^pause $(tty)" ) then PS1_USER=$color[red] -- cgit v1.2.3