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:
commit
99d4254772
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user