-
v1.14.19d — fix PROMPT_COMMAND collision with zoxide
released this
2026-04-21 21:05:28 +02:00 | 116 commits to main since this releaseBugfix for v1.14.19c. The new shell-defaults file installed
'history -a; ' in PROMPT_COMMAND before zoxide's init ran;
zoxide then prepended __zoxide_hook with its own ';' separator,
producing 'history -a;;__zoxide_hook' which bash rejected with
'syntax error near unexpected token ;;' on every prompt.History flushing still worked (the error was a parse error, not
a runtime error), but the error spam was loud and made the shell
look broken. Fix moves the history-flush install after zoxide's
init and uses a newline separator with parameter expansion so
no semicolons are involved.Downloads