From 226984ceac445f97a6bc45e82054c7ddf8920ea6 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 12 Jun 2021 14:48:18 +0200 Subject: [PATCH] zshrc: add TERM --- files/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"