From 976db684f4fadbecdaad841940bdc3d637777667 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 6 Jul 2021 18:13:36 +0200 Subject: [PATCH] Fix bashrc --- files/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"