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