summaryrefslogtreecommitdiff
path: root/user/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'user/zsh/.zshrc')
-rw-r--r--user/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/zsh/.zshrc b/user/zsh/.zshrc
index 624cb33..ea5b76a 100644
--- a/user/zsh/.zshrc
+++ b/user/zsh/.zshrc
@@ -47,6 +47,8 @@ SAVEHIST=1000000000
export XDG_CACHE_HOME=$HOME/.cache
export XDG_CONFIG_HOME=$HOME/.config
+export EDITOR=vim
+
## Completion
autoload -Uz compinit
[ -d "$XDG_CACHE_HOME"/zsh ] || mkdir -p "$XDG_CACHE_HOME"/zsh