Guest User

Untitled

a guest
Jan 6th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # skip the startup message
  2. startup_message off
  3.  
  4. # go to home dir
  5. chdir
  6.  
  7. # Automatically detach on hangup.
  8. autodetach on
  9.  
  10. # Change default scrollback value for new windows
  11. defscrollback 10000
  12.  
  13. # start with visual bell as default
  14. vbell on
  15. vbell_msg "bell on %t (%n)"
  16.  
  17. # look and feel
  18. caption always "%{= bb}%{+b w}%n %t %h %=%l %H %c"
  19. hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
  20.  
  21. activity "Activity in %t(%n)"
  22.  
  23. shelltitle "shell"
  24. shell -$SHELL
Add Comment
Please, Sign In to add comment