todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.59k stars 713 forks source link

changing $TODO_SH => $TODO_FULL_SH #165

Closed dhfromkorea closed 8 years ago

dhfromkorea commented 9 years ago

$TODO_SH env var points to a filename which is todo.sh, where it's better to have a full path with $TODO_FULL_SH. For those who have todo.sh in a custom location will run into: a "command not found" error at line 29.

$TODO_SH = $(basename full/path/to/todo.sh) => todo.sh