diff --git a/files/.zshrc b/files/.zshrc index 6286b8a..3475c38 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -44,7 +44,7 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} " zstyle ':vcs_info:git:*' formats '|%b ' # ============================== 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 LANG="en_US.UTF-8"