Advertisement
aikikode

.screenrc file

Mar 7th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. termcapinfo xterm* ti@:te@
  2. startup_message off
  3. vbell off
  4. autodetach on
  5. altscreen on
  6. shelltitle "$ |bash"
  7. defscrollback 10000
  8. defutf8 on
  9. nonblock on
  10.  
  11. hardstatus alwayslastline
  12. hardstatus string '%{= kw}[ %{= kg}%H%{= kw} ][%= %{= kw}%?%-Lw%?%{= kW}%n*%f %t%?%?%{= kw}%?%+Lw%?%?%= ][ %{R}%l%{w} ]%{w}[%{R} %d/%m/%y %C %A %{w}]%{w}'
  13.  
  14. bind 'q' quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement