adding emacs as editor to zsh

fixes #7
This commit is contained in:
Andrew Davidson 2023-02-11 21:46:20 -08:00
parent 36b3b4b933
commit 583f5379d2
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -15,7 +15,8 @@ export XDG_DATA_HOME="$HOME/.local/share"
export GREP_COLOR='3;33'
# VIM everything
export EDITOR='nvim'
export EDITOR="emacsclient -t"
export VISUAL="emacsclient -c -a emacs"
# Fix gnupg
export GPG_TTY=$(tty)