1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Merge pull request #158 from megies/patch-1

Update README.md with correct PROMPT_COMMAND.
This commit is contained in:
William Ting 2012-11-21 15:28:49 -08:00
commit 99d4254772

View File

@ -220,7 +220,7 @@ KNOWN ISSUES
Do this:
export PROMPT\_COMMAND="${PROMPT\_COMMAND}; history -a"
export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND ; }history -a"
- The jump function `j` does not support directories that begin with
`-`. If you want to jump a directory called `--music`, try using