X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/d99f86cd913e15a2dc5792ca382fb5d4b2abeb7b..fb078e63a2c28d971e294dc536326e4b300f1e7b:/.profile diff --git a/.profile b/.profile index 3d0b45c..c3642f6 100644 --- a/.profile +++ b/.profile @@ -1,4 +1,8 @@ -export VISUAL="emacsclient -c" +export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc +export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc + +export EDITOR="emacsclient -nw" +export VISUAL="emcl" export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"