diff --git a/files/.bashrc b/files/.bashrc index 009f0da..2b33a98 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -10,7 +10,7 @@ DIR="\[\033[1;94m\]\w\[\033[m\]" export PS1="${HOST} ${DIR}${GIT} ${ICON} " # ============================== Exports -export VISUAL="emacsclient -c -nw -a 'emacs -nw'" +export VISUAL="vim" export EDITOR="$VISUAL" export LANG="en_US.UTF-8" export TERM="xterm-256color"