blob: 324f24e8f74da0d16e22603150ae5422d9ab1eff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
defutf8 on
shell ZSH_PATH
encoding UTF-8
vbell on
defnonblock 5
term screen-256color
#terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
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}][%{SCREEN_HOST_COLOUR}%H%{-s w}:%{W}%l%{g}]"
shelltitle '$ |zsh'
idle 3600 detach
# define a bigger scrollback, default is 100 lines
defscrollback 1024
# Make Control-t our escape
escape ^t^t
|