I'm trying to use todotxt in Cygwin on Windows 7. However, when I do t add "test" I get an error message: "Fatal Error: $/cygdrive/c/Users/Travis/todo is not a directory". However, cd /cygdrive/c/Users/Travis/todo" works just fine:

Edit: in my .bashrc file, I have the following: alias t="/cygdrive/c/users/Travis/todo/todo.sh". Additionally, executing /cygdrive/c/users/travis/todo/todo.sh add "test" from the shell fails with the same error message, even though cd /cygdrive/c/users/travis/todo works perfectly well.