1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00

README: note caveat when using with liquidprompt

This commit is contained in:
Florian Rathgeber 2017-04-14 15:11:05 +01:00 committed by GitHub
parent 0bf1ad5ba9
commit 19d4931320

View File

@ -132,6 +132,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
--------------