#### Issue Summary If the notes directory is a symbolic link, find and search are always empty. #### Steps to Reproduce 1. Create symbolic link `ln -s ~/Google\ Drive/Notes ~/Notes` 2. Run `notes find` 3. No notes are returned Seems be resolved with `-H` flag in script when calling `find` #### Technical details: * notes version: master (latest commit: bd5a895) * shell: zsh 5.8 * OS: macOS Big Sur