do not open editor - vim inside emacs is annoying

This commit is contained in:
Firehose Bot 2026-06-26 16:12:50 +02:00
parent 9d2565a8b4
commit 38ca16bbca

View File

@ -43,6 +43,3 @@ EOF
echo "Created: $file"
if [[ -n "${EDITOR:-}" ]] && [[ -t 1 ]]; then
exec "$EDITOR" "$file"
fi