diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-18 00:48:04 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-18 00:48:04 +0200 |
commit | c684f938f4a4b5e1e2b413ac7c14f081ab294fa0 (patch) | |
tree | a195297644f61a740b8d98b57988774ad37b8e34 /zsh | |
parent | 830210524ae013251e1cfd00929ffd4bf0e61f7f (diff) | |
download | dotfiles-c684f938f4a4b5e1e2b413ac7c14f081ab294fa0.tar.xz |
zprofile: Set EDITOR=nvim
This really shouldn't be necessary, because things should use VISUAL,
and EDITOR shouldn't have to be a visual editor...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index 98e35e8..f5fd502 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -29,7 +29,7 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority export ABSROOT="$HOME"/build/abs export VISUAL=nvim -export NVIM_TUI_ENABLE_TRUE_COLOR=1 +export EDITOR=nvim export BROWSER=chromium export TERMINAL=termite |