aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/export.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/export.zsh')
-rw-r--r--zsh/.zsh/export.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 07e1b56..3e72060 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -1,7 +1,7 @@
export GITHUB_HOME=$HOME/Github
export ALTERNATE_EDITOR=""
-export EDITOR="nvim"
-export VISUAL="nvim"
+export EDITOR='emacsclient -nw -a " "'
+export VISUAL='emacsclient -c -a " "'
export PATH="{$PATH}:${HOME}/.gem/ruby/2.5.0/bin:/usr/local/bin"
export PATH="{$PATH}:${HOME}/.local/bin"