cleanup aliases, add .wgetrc, small .screenrc changes

This commit is contained in:
2016-04-14 20:26:22 +02:00
parent 1555b55451
commit 7dc2d3ef92
3 changed files with 64 additions and 19 deletions

View File

@@ -1,6 +1,15 @@
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
# Set a large scrollback buffer
defscrollback 100000
# Set termcapinfo
termcapinfo xterm* ti@:te@
# Disable the startup message
startup_message off
# Always start `screen` with UTF-8 enabled (`screen -U`)
defutf8 on