aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-24 00:41:59 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-24 00:41:59 +0100
commite059f06942e4fba19b513b8f806f59d0eea14d45 (patch)
tree56d5ce7dc7c4256d6fd474834baabc021f9cebb6 /Shell
parentdca2df03f6ff78771adc17d62debb1bec741bd8a (diff)
downloaddotfiles-e059f06942e4fba19b513b8f806f59d0eea14d45.tar.gz
dotfiles-e059f06942e4fba19b513b8f806f59d0eea14d45.tar.bz2
dotfiles-e059f06942e4fba19b513b8f806f59d0eea14d45.zip
~set alternate editor for emacsclient to be vim
Diffstat (limited to 'Shell')
-rw-r--r--Shell/.zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index 3816ffe..71c3aee 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -5,6 +5,7 @@ export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="qutebrowser"
export PF_INFO="ascii title os memory uptime editor wm shell"
+export EA_EDITOR='emacsclient -a "vim" -c -s MAIN'
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/.emacs.d/bin:~/.cargo/bin:~/.local/scripts
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export DOTNET_CLI_TELEMTRY_OPTOUT=1