aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/env.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.zsh/env.zsh')
-rw-r--r--templates/.zsh/env.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.zsh/env.zsh b/templates/.zsh/env.zsh
index ab28046..7af9059 100644
--- a/templates/.zsh/env.zsh
+++ b/templates/.zsh/env.zsh
@@ -4,7 +4,7 @@ export PASSWORD_STORE_GENERATED_LENGTH=64
export GOPATH="$PROJECTS"
export LSCOLORS="exfxcxdxbxegedabagacad"
export CLICOLOR=true
-export EDITOR=nvim
+export EDITOR=vim
export LICENSE_FULL_NAME="Ben Burwell"
export WWW_HOME="https://duckduckgo.com/"
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow -g "!{.git,node_modules}/*" 2> /dev/null'