screen: add GNU Screen config
authorAmin Bandali <bandali@gnu.org>
Sun, 12 May 2019 00:04:10 +0000 (20:04 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 12 May 2019 00:04:10 +0000 (20:04 -0400)
.config/screen/screenrc [new file with mode: 0644]
.profile

diff --git a/.config/screen/screenrc b/.config/screen/screenrc
new file mode 100644 (file)
index 0000000..2830565
--- /dev/null
@@ -0,0 +1,2 @@
+startup_message off
+caption always "%{= kc}GNU Screen $USER@%H (load: %l)%-28=%{= .m}%D %d.%m.%Y %0c"
index 7d55dfa..c3642f6 100644 (file)
--- a/.profile
+++ b/.profile
@@ -1,4 +1,5 @@
 export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
+export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc
 
 export EDITOR="emacsclient -nw"
 export VISUAL="emcl"