21 lines
625 B
Plaintext
21 lines
625 B
Plaintext
shelltitle "$ |bash"
|
|
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
|
|
caption always "%{=b db}%D, %d. %M '%y %{=b dw}%c:%s %{=b dm}[%{= dm}${USER}@%{= dm}%H%{=b dm}] %{=b d2}%l %{=b dm}%u %{=b dy} %={ %?%{= dc}%-Lw%?%{+b dy}(%{-b r}%n:%t%{+b dy})%?(%u)%?%{-dc}%?%{= dc}%+Lw%? %{=b dy}}"
|
|
startup_message off
|
|
nethack on
|
|
deflogin on
|
|
vbell off
|
|
|
|
defshell -bash
|
|
defscrollback 1024
|
|
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
|
|
|
bindkey ^N screen
|
|
bindkey ^T title
|
|
|
|
bindkey "^[[C" next
|
|
bindkey "^[[D" prev
|
|
|
|
screen -t "bash" bash
|
|
screen -t "irc" bash
|