diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-21 16:01:31 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:10 -0400 |
commit | d5a297db318cd05fa80898fbda4c3ba480180111 (patch) | |
tree | 016966fa79d1010351c2e045eea08392c2cb8f16 /.screenrc | |
parent | sha256sums (diff) |
Set colour of hostnames in zsh, screen
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ defnonblock 5 startup_message off hardstatus alwayslastline -hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{+b r}%H%{-b r}%{W}:%l%{g}]" -#hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{b}(%{C}%n%{W}*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{g}][%{b}%H%{-s w}:%{W}%l%{g}]" +#hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{+b r}%H%{-b r}%{W}:%l%{g}]" +hardstatus string "%{=}%{g}[%{B}%D %d/%m%{W}%c:%s%{g}][%= %{w}%?%-Lw%?%{b}(%{C}%n%{W}*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{g}][%{SCREEN_HOST_COLOUR}%H%{-s w}:%{W}%l%{g}]" shelltitle '$ |zsh' idle 3600 detach |