diff options
Diffstat (limited to '')
-rw-r--r-- | .screenrc | 3 | ||||
-rw-r--r-- | .zsh/zshrc | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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}]' @@ -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 |