summaryrefslogtreecommitdiff
path: root/net:foret/Environment.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'net:foret/Environment.zsh')
-rw-r--r--net:foret/Environment.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/net:foret/Environment.zsh b/net:foret/Environment.zsh
index 672952f..a433ff3 100644
--- a/net:foret/Environment.zsh
+++ b/net:foret/Environment.zsh
@@ -12,3 +12,8 @@ export no_proxy="127.0.0.1,10.,.foret,.qosmos.com"
export GET_IXM_BRANCHES="~/sbin/git_get.sh %p/%f %r %b"
+# 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="31"
+fi