From c36c31c8f616ffcd302d2544f68da1886e457bb9 Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:28:58 +0200 Subject: [PATCH] feat: set vim as editor --- dotfiles/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 374b26d..78ed772 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -1,4 +1,6 @@ export LANG='en_US.UTF-8' +export EDITOR=vim +export VISUAL="$EDITOR" if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then eval "$(oh-my-posh init zsh --config '/Users/trueberryless/oh-my-posh.omp.json')" eval "$(zoxide init zsh --cmd cd)" -- 2.51.2