Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. autodetach on
  2. crlf off
  3. startup_message off
  4. shell -zsh
  5. defmonitor on
  6. activity "<%n>"
  7. caption always "%{= dd}%{+b ky}%{+ .b} $LOGNAME@%H %{-} %{.y}%-w%50>%{+ Kg} %n %t %{-}%+w%<%{-}"
  8.  
  9. # 256 color support
  10. attrcolor b ".I"
  11. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
  12. defbce on
  13. term xterm
  14.  
  15. bind \ quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement