summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-07-14 17:15:54 +0200
committerPatrick Simianer <p@simianer.de>2014-07-14 17:15:54 +0200
commitf9d52cc78b33666b917f947572a05a6824bdc2ee (patch)
tree028b2dd7914fd8e48b0b2995283f5026719677f0
parent13ef6966df5bbc6c5cca0c51adef938922e90aac (diff)
root
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9b62364..6e3ea03 100644
--- a/.zshrc
+++ b/.zshrc
@@ -180,3 +180,9 @@ tln() {
compctl -K tln muxa
+case `whoami` in
+ root)
+ PROMPT=$'\e[0;31m[%~]# \e[0m'
+ ;;
+esac
+