From 19d49313203f2152863bf19d142962d03735058d Mon Sep 17 00:00:00 2001 From: Florian Rathgeber Date: Fri, 14 Apr 2017 15:11:05 +0100 Subject: [PATCH] README: note caveat when using with liquidprompt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0cbfea8..328272c 100644 --- a/README.md +++ b/README.md @@ -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 --------------