diff options
author | Yuchen Pei <id@ypei.org> | 2024-05-26 19:20:28 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-05-26 19:20:28 +1000 |
commit | d599975c477fe9b44a755def9c2b83a3f7de5627 (patch) | |
tree | 8acc9ee4e9f9e00a1ed3c7b5d3c5d98a720091bc | |
parent | 7712bed095945f824d7656c6d6ffa2ab017857dd (diff) |
[screen] add screenrc
-rw-r--r-- | misc/.screenrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/.screenrc b/misc/.screenrc new file mode 100644 index 0000000..934d3af --- /dev/null +++ b/misc/.screenrc @@ -0,0 +1,7 @@ +autodetach on +startup_message off +hardstatus alwayslastline +shelltitle 'bash' + +hardstatus string '%{gk}[%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= w}%?%+Lw%?%? %{g}][%{d}%l%{g}][ %{= w}%Y/%m/%d %0C:%s%a%{g} ]%{W}' +escape ^\\\ |