Last active
October 12, 2019 14:36
-
-
Save virtualdreams/cdcf43ff7d92811efc97 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Variables | |
setenv FOO bar | |
# Settings | |
startup_message off | |
shell zsh | |
vbell off | |
defutf8 on | |
defscrollback 10000 | |
autodetach on | |
msgwait 1 | |
mousetrack on | |
# Windows | |
#screen | |
#screen -t journalctl journalctl -f --lines=40 | |
#select 1 | |
#select 0 | |
# Statusbar | |
#caption always "%{rw} * | %H * $LOGNAME | %{bw}%c %D | %{-}%-Lw%{rw}%50>%{rW}%n%f* %t %{-}%+Lw%<" | |
caption always "%{= wk} %-w%{= KW} [%n %t] %{-}%+w %= | @%H | %l | %Y-%m-%d %c:%s " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment