pimterry / notes

:pencil: Simple delightful note taking, with more unix and less lock-in.
https://github.com/pimterry/notes
MIT License
1.26k stars 82 forks source link

Fix autocompletion in case of non default notes directory #46

Closed tardypad closed 7 years ago

tardypad commented 7 years ago

The autocompletion were broken and not showing the notes name because the NOTES_DIRECTORY variable was always empty. It was only working if one had this variable exported in the shell, or if using the default notes location

I've also added this variable in the default config file to make it easier for people to know of its existence

pimterry commented 7 years ago

Excellent, thanks!