diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-25 01:51:51 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-25 01:51:51 +0100 |
commit | c132915c673560d2064ea871f1f28fc02b957376 (patch) | |
tree | f6204488465bcddb68bd36c87ce0f17706116b27 /Shell/.zprofile | |
parent | a741216c4e46912ce87b78fb55d608bacf1b57d6 (diff) | |
download | dotfiles-c132915c673560d2064ea871f1f28fc02b957376.tar.gz dotfiles-c132915c673560d2064ea871f1f28fc02b957376.tar.bz2 dotfiles-c132915c673560d2064ea871f1f28fc02b957376.zip |
~EDITOR nvim -> emacsclient
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 71c3aee..a80b496 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -1,11 +1,11 @@ # .zprofile -*- mode: sh; lexical-binding: t; -*- # Standard Variables -export EDITOR="nvim" +export EDITOR='emacsclient -s MAIN -a "nvim" -c' +export EA_EDITOR=$EDITOR 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 |