shells/zsh: make j accept variable arguments properly
This commit is contained in:
parent
7af28706a1
commit
96bbded702
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
if [[ $# -eq 0 ]] then
|
||||
\builtin cd -- "$(fd -H -t d | fzf)"
|
||||
else
|
||||
\builtin cd -- "$(fd -H -t d | fzf -1 -q "$@")"
|
||||
\builtin cd -- "$(fd -H -t d | fzf -1 -q "$*")"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue