I was using #zsh for the last many years, and I have configured EVERYTHING the way I like.
- Auto-completions
- Per-directory history
- #McFly for Ctrl-R quick search
- Aliases
Now I'm moving to #nushell and I want to configure everything in the same way. But, per-directory history is either broken or non-existent: https://github.com/nushell/nushell/discussions/15670
People do not use per-directory history? This is AWESOME, every time you switch directory you have your entire relevant history at your fingertips. I recommend everyone to try it.
zsh has per-directory-history plugin (i was using oh-my-zsh)
#atuin has even better search, you can filter by workspace/directory/session/...
Atuin has solved missing/broken per-directory history partially, but god I want this to be default in all shells.