Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # My Gnu/Screen configuration
  2. # ~/.screenrc
  3. #
  4. defutf8 on
  5. utf8 on on
  6. autodetach on
  7. defscrollback 5000
  8. # Kill startup message
  9. startup_message off
  10. # clear the screen when close the programs
  11. altscreen on
  12. # set color terminal
  13. term screen-256color
  14. # Statusbar for screen
  15. # hardstatus alwayslastline "%{b kw}%H %{r}%1` %{w}| %{g}%c %{w}| %{y}%d.%m.%Y %{w}| %{g}%l %{w}| %{-b kw}%u %-Lw%{= rW}%50> %n%f %t %{-}%+Lw%<"
  16. caption always "%{kY} %n%f* %t %?%{YR}%{kR} %u %{Rb}%:%{Yb}%?%?%F%{.b}%:%{.w}%?%="
  17. hardstatus alwayslastline "%{bk} %S %{kb} $LOGNAME %{bk} %H %?%{kb}%{kY} %-Lw%{Yk}%:%{Yb}%{Yk}%?%{Yk} %n%f* %t %{kY}%+Lw %-="
  18.  
  19. #Select Fish Shell
  20. defshell /usr/bin/fish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement