aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eshell-config--prompt.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(eshell): zsh-parity prompt segments and zoxideCraig Jennings5 hours1-0/+75
Bring eshell closer to the zsh terminal it replaces. The prompt now shows the git branch (read from .git/HEAD, no subprocess, skipped on remote so TRAMP stays fast) and a [N] exit-status segment when the last command failed, matching the zsh prompt's info. Add a zoxide z command and an eshell-directory-change hook that feeds zoxide add, sharing the same frecency database as the zsh shell. New tests cover the pure prompt helpers.