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