diff --git a/zsh/.zshrc b/zsh/.zshrc index 1ae787e..b001401 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -309,3 +309,5 @@ command -v ngrok > /dev/null 2>&1 if [ $? -ne 0 ]; then echo -e "$WARNING ngrok is not installed" fi + +export EDITOR=nvim