aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-15 20:09:32 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-15 20:09:32 +0100
commitaf1e97bb283974354d1d6418f9f9eb3600684d7e (patch)
treef64b103228409142684b23b9302c6aa75028edba
parent2c8865c1d767bc8138aca930559fa43b41df7be4 (diff)
downloaddotfiles-af1e97bb283974354d1d6418f9f9eb3600684d7e.tar.gz
dotfiles-af1e97bb283974354d1d6418f9f9eb3600684d7e.zip
Fixing emacsclient $EDITOR and $VISUAL
-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 3e72060..5be4976 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='emacsclient -nw -a " "'
-export VISUAL='emacsclient -c -a " "'
+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"