Tagged Questions
6
votes
1answer
382 views
sharing or synchronizing history between Zsh and Bash
I often find myself switching between Bash and Zsh, and using the history search functionality to recover a command.
However, since Bash and Zsh have different history files, I often find that the ...