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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user