Merge pull request #158 from megies/patch-1

Update README.md with correct PROMPT_COMMAND.
pull/161/merge
William Ting 12 years ago
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…
Cancel
Save