diff --git a/scripts/new-post.sh b/scripts/new-post.sh index b98039c..2a7ec33 100755 --- a/scripts/new-post.sh +++ b/scripts/new-post.sh @@ -43,6 +43,3 @@ EOF echo "Created: $file" -if [[ -n "${EDITOR:-}" ]] && [[ -t 1 ]]; then - exec "$EDITOR" "$file" -fi