(zsh) export EDITOR

This commit is contained in:
jc 2025-03-04 17:28:42 -05:00
commit b2a77b3dc9
No known key found for this signature in database

View file

@ -309,3 +309,5 @@ command -v ngrok > /dev/null 2>&1
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo -e "$WARNING ngrok is not installed" echo -e "$WARNING ngrok is not installed"
fi fi
export EDITOR=nvim