create-script: open in nvim after creating

This commit is contained in:
Guilherme Rugai Freire 2021-08-14 11:46:00 -03:00
parent dfcd962840
commit 9ce73b0201
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -38,4 +38,4 @@ echo "Linking $NAME.sh to bin folder"
chmod +x "$NAME/$NAME.sh" || exit 1
ln -s -r "$NAME/$NAME.sh" "bin/$NAME" || exit 1
echo "Done"
$EDITOR "$HOME/.scripts/$NAME/$NAME.sh"