1
0
mirror of https://github.com/wting/autojump synced 2025-06-07 18:04:09 +00:00
This commit is contained in:
Florian Rathgeber 2025-03-07 11:35:48 -05:00 committed by GitHub
commit c866ff6aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,6 +151,11 @@ KNOWN ISSUES
export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND ;} history -a"
- When used with `bash` in combination with
[liquidprompt](https://github.com/nojhan/liquidprompt), autojump needs to be
loaded *before* liquidprompt. Otherwise it breaks liquidprompt's tracking of
the runtime of the previous command.
REPORTING BUGS
--------------