summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+