mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
zsh/jo: Defer -options to j
This commit is contained in:
@@ -59,6 +59,11 @@ function jc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function jo {
|
function jo {
|
||||||
|
if [[ ${@} == -* ]]; then
|
||||||
|
j ${@}
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z $(autojump $@) ]; then
|
if [ -z $(autojump $@) ]; then
|
||||||
echo "autojump: directory '${@}' not found"
|
echo "autojump: directory '${@}' not found"
|
||||||
echo "Try \`autojump --help\` for more information."
|
echo "Try \`autojump --help\` for more information."
|
||||||
|
|||||||
Reference in New Issue
Block a user