diff --git a/todo.sh b/todo.sh index bd581c3..7af8c57 100755 --- a/todo.sh +++ b/todo.sh @@ -427,7 +427,7 @@ replaceOrPrepend() if [[ -z "$1" && $TODOTXT_FORCE = 0 ]]; then echo -n "$querytext" - read -e -r input + read -r -i $todo -e input else input=$* fi