From 45d0342ed53878df766aa3a0f310d528beece57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 8 Apr 2010 03:57:29 +0200 Subject: screen stuff --- .screenrc | 3 +++ .zsh/zshrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3