X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c..2446aab5a76e00157c62e13ec06b09370df3519a:/.profile diff --git a/.profile b/.profile index 3ceec12..7d55dfa 100644 --- a/.profile +++ b/.profile @@ -1,6 +1,7 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc -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"