Guest User

Untitled

a guest
Aug 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. % cat ~/.screenrc
  2. #filename: ~/.screenrc
  3. #set the bottom status bar
  4. hardstatus on
  5. hardstatus alwayslastline
  6. hardstatus string "%{.rW}%-w%{.RW}%n %t%{-}%+w %=%{..C} %H %{..Y} %m/%d %C%a "
  7.  
  8. term xterm
  9. defutf8 on
  10. vbell off
  11. startup_message off
  12. bind X
  13. bind X remove
  14.  
  15. # 256 color terminal goo...
  16. attrcolor b ".I"
  17. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
  18. defbce on
  19. defscrollback 10000
  20. defmonitor on
  21. nethack on
Add Comment
Please, Sign In to add comment