summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@openwide.fr>2009-07-10 10:58:02 +0200
committerHugues Hiegel <hugues.hiegel@openwide.fr>2009-07-10 10:58:02 +0200
commit06d3266ec54838bcdf70517c9b974dd935a42143 (patch)
tree0913d48b33c4e9dadd41d0a72025352bb0453cdc /01_Functions.zsh
parent713a5cb5945bccd34d875fe2f3faaa9b58264cfd (diff)
parent31ee25a4823632903576939934728a7990c5ddaa (diff)
Merge commit 'origin/master'
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 3ea957e..ca05acd 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -53,7 +53,7 @@ term_title()
[ $# -gt 0 ] && _sep=$1 && shift # gets and discards the separator, if any.
# hardstatus
#print -Pn "\e]2;{+b W}SCREEN #n {-b W}| {R}?u(u) ?{W}{r}%n@%m{W} ({c}%l{W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
- print -Pn "\e]2;{R}?u(u) ?{W}{r}%n@%m{W} ({c}%l{W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
+ print -Pn "\e]2;{R}?u(u) ?{W}{r}%n{R}@{r}%m{-b W} ({+b c}%l{-b W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
# caption
print -Pn "\ek"
[ "$SUDO_USER" != "" ] && print -Pn "($USER) "