tools/git.sh: fix editor configuration

This commit is contained in:
Ivan Bushchik 2023-01-04 12:06:55 +03:00
parent ea52577b10
commit c6c91e55dc
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -20,7 +20,7 @@ fi
git config --global pull.rebase false git config --global pull.rebase false
read -p "Enter your preferred editor (default: nvim): " GITEDITOR read -p "Enter your preferred editor (default: nvim): " GITEDITOR
if [ $GITEDITOR = ""] if [ $GITEDITOR == "" ]
then then
GITEDITOR="nvim" GITEDITOR="nvim"
fi fi