summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.screenrc3
-rw-r--r--.zsh/zshrc2
2 files changed, 4 insertions, 1 deletions
diff --git a/.screenrc b/.screenrc
index aa119ab..84e3287 100644
--- a/.screenrc
+++ b/.screenrc
@@ -1 +1,4 @@
defflow off
+
+hardstatus alwayslastline
+hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 6072d32..1bf698e 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -108,7 +108,7 @@ colors
RPROMPT="%(?.%S%{$fg[green]%}:).%S%{$fg[red]%}:()%{$reset_color%}%s"
# Screen indication
-[[ $TERM == "screen" ]] && RPROMPT="${RPROMPT} %B%{$fg[cyan]%}(S)%{$reset_color%}%b"
+[[ $TERM == "screen" ]] && RPROMPT="${RPROMPT} %B%{$fg[cyan]%}(S #$WINDOW)%{$reset_color%}%b"
# vcs stuff for prompt
setopt prompt_subst