From: Amin Bandali Date: Sun, 12 May 2019 00:04:10 +0000 (-0400) Subject: screen: add GNU Screen config X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/429f76621cbc558b2b620c8df1b85f6736b38cb2 screen: add GNU Screen config --- diff --git a/.config/screen/screenrc b/.config/screen/screenrc new file mode 100644 index 0000000..2830565 --- /dev/null +++ b/.config/screen/screenrc @@ -0,0 +1,2 @@ +startup_message off +caption always "%{= kc}GNU Screen $USER@%H (load: %l)%-28=%{= .m}%D %d.%m.%Y %0c" diff --git a/.profile b/.profile index 7d55dfa..c3642f6 100644 --- 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"