mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 09:41:44 +02:00
manual/10028
This commit is contained in:
parent
52e15cd48d
commit
8d44ee0cc5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ elif _popd || [[ $PREFIX != (\~|/|./|../)* && $#cdpath -ne 0 ]]; then
|
|||
_path_files -/
|
||||
else
|
||||
local tmpcdpath
|
||||
tmpcdpath=(${(@)cdpath:#.})
|
||||
tmpcdpath=(${${(@)cdpath:#.}:#$PWD})
|
||||
_alternative \
|
||||
'local-directories:local directories:_path_files -/' \
|
||||
"path-directories:directories in cdpath:_path_files -W tmpcdpath -/"
|
||||
|
|
Loading…
Reference in a new issue