Skip to content

Instantly share code, notes, and snippets.

@rafzei
Last active April 24, 2023 08:19
Show Gist options
  • Save rafzei/5fb5c567f00f834814c40192edc28a0c to your computer and use it in GitHub Desktop.
Save rafzei/5fb5c567f00f834814c40192edc28a0c to your computer and use it in GitHub Desktop.
screen configuration under linux host
# no welcome message
startup_message off
# lines buffor
defscrollback 5000
# 256 colors
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce on
screen 1 bash
screen 2 bash
bind c screen 1
hardstatus alwayslastline '%{= G}[ %{G}%H %{g}][%{=r gk}%-w%{=b wb}%50>%n%f* %t%{-}%+Lw%<%{- Wk}] [ %{y}Load: %l %{g}][%{B}%Y-%m-%d %{W} %c:%s %{g}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment