1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Version bump to v21.1.0, update relevant documentation.

This commit is contained in:
William Ting
2012-11-22 16:44:05 -06:00
parent 8b13949173
commit 50e6054e13
6 changed files with 17 additions and 5 deletions

View File

@@ -175,8 +175,12 @@ export\ PROMPT_COMMAND="history\ -a"
.fi
.PP
Do this:
.PP
export PROMPT_COMMAND="${PROMPT_COMMAND}; history -a"
.IP
.nf
\f[C]
export\ PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND\ ;}\ history\ -a"
\f[]
.fi
.RE
.IP \[bu] 2
The jump function \f[C]j\f[] does not support directories that begin

View File

@@ -91,7 +91,7 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
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 `j music` instead of `j