summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-11 20:04:10 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-11 20:04:10 -0400
commit429f76621cbc558b2b620c8df1b85f6736b38cb2 (patch)
treec4a4f90289fc6d75603895b175cba34dac5d80b4 /.profile
parent2446aab5a76e00157c62e13ec06b09370df3519a (diff)
downloadconfigs-429f76621cbc558b2b620c8df1b85f6736b38cb2.tar.gz
configs-429f76621cbc558b2b620c8df1b85f6736b38cb2.tar.xz
configs-429f76621cbc558b2b620c8df1b85f6736b38cb2.zip
screen: add GNU Screen config
Diffstat (limited to '')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
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"