zshrc: add TERM

This commit is contained in:
Marco Thomas
2021-06-12 14:48:18 +02:00
parent a61e1f4d90
commit 226984ceac

View File

@@ -44,7 +44,7 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats '|%b ' zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Exports # ============================== Exports
export EDITOR="emacsclient -c -nw -a 'emacs -nw'" export EDITOR="TERM=alacritty-direct emacsclient -c -nw -a 'emacs -nw'"
export VISUAL="emacsclient -c -a emacs" export VISUAL="emacsclient -c -a emacs"
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"