mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
tools/git.sh: fix editor configuration
This commit is contained in:
parent
ea52577b10
commit
c6c91e55dc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue