Skip to content

Instantly share code, notes, and snippets.

@jarodlee
Created December 21, 2020 11:48
Show Gist options
  • Save jarodlee/75dfcb88111e4f5e9accc8e813d1ce0a to your computer and use it in GitHub Desktop.
Save jarodlee/75dfcb88111e4f5e9accc8e813d1ce0a to your computer and use it in GitHub Desktop.
screen 配置文件
#
## ~/.screenrc
##
#
defencoding utf8
#
## 启动时不显示欢迎屏幕
startup_message off
#
## 屏幕缓冲区 1024 行。
defscrollback 4096
#
## 在最下一行显示窗口列表和时钟
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.kW}%-w%{.rY}%n %t%{-}%+w %=%{..G} Jarod %H(%l) %{..Y} %Y/%m/%d %c:%s "
#
## 关闭错误提示
vbell off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment