Open jimhester opened 10 years ago
The current version of per-directory-history.zsh does not install a preexec hook. Does this issue refer to a previous version?
It also exists. When I use the plugin alias-finder from oh-my-zsh, I can't get $1 value from preexec hook function. I don't know how to fix it.
after the preexec command for per-directory-history is run the command is destroyed, so any preeexc commands executing afterwards will fail. Current workaround is to load per-directory-history last.