diff zshrc-linux-gnu @ 5:2cd74a85976a

change the prompt when running in a screen session
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 29 Nov 2011 10:32:54 +0100
parents 8b245298349a
children fa52868da3d4
line wrap: on
line diff
--- a/zshrc-linux-gnu	Tue Nov 29 10:26:24 2011 +0100
+++ b/zshrc-linux-gnu	Tue Nov 29 10:32:54 2011 +0100
@@ -4,7 +4,11 @@
 
 # custom environment variables
 export LESS="-X"
+
 PROMPT="%m%# "
+if [[ "$TERM" =~ screen ]]; then
+    PROMPT="(s)%m%# "
+fi
 
 # try to guess the distribution and include a special script for that
 local linux_distro="unknown"