Fix bashrc

This commit is contained in:
Marco Thomas
2021-07-06 18:13:36 +02:00
parent 4fcb62a3ec
commit 976db684f4

View File

@@ -10,7 +10,7 @@ DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="${HOST} ${DIR}${GIT} ${ICON} " export PS1="${HOST} ${DIR}${GIT} ${ICON} "
# ============================== Exports # ============================== Exports
export VISUAL="emacsclient -c -nw -a 'emacs -nw'" export VISUAL="vim"
export EDITOR="$VISUAL" export EDITOR="$VISUAL"
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
export TERM="xterm-256color" export TERM="xterm-256color"