mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Update README.md
The recommendation doesn't work with bash 4.1.5, the code in autojump.bash is fine, so use it here.
This commit is contained in:
parent
e9af12b646
commit
5b1d2fb01f
@ -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