mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
11 lines
141 B
Text
11 lines
141 B
Text
#autoload
|
|
|
|
local expl
|
|
|
|
if compset -P '*\='; then
|
|
_description expl 'new path'
|
|
else
|
|
_description expl 'old path'
|
|
fi
|
|
|
|
_files "$expl[@]" -/
|