jimhester / per-directory-history

Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.
zlib License
259 stars 36 forks source link

per-directory-history destroys the current line history for preexec commands #10

Open jimhester opened 10 years ago

jimhester commented 10 years ago

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.

CyberShadow commented 5 years ago

The current version of per-directory-history.zsh does not install a preexec hook. Does this issue refer to a previous version?

winnochan commented 4 years ago

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.