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)"