CyberShadow / per-directory-history

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

Add option to show used history message under the prompt without creating a new one #3

Closed jandamm closed 4 weeks ago

jandamm commented 4 years ago

I preferred the way zsh-cwd-history showed the toggle message and did not create a new prompt for each toggle.

I've added this behavior as an opt-in using PER_DIRECTORY_HISTORY_NEW_PROMPT. If you don't change the variable nothing changes.

CyberShadow commented 4 weeks ago

I've somehow missed this and noticed it only now. Thanks!