From 11b27d59b2f2530f3caa1c4df18ac66c17f2c0a9 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 22 Aug 2023 20:01:49 +0200 Subject: [PATCH] add default EDITOR --- dot_zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index 0401c72..7e229b6 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -113,4 +113,6 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/fzf/key-bindings.zsh +export EDITOR=vim + eval "$(starship init zsh)"