mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
#autoload
|
|
|
|
local expl
|
|
|
|
if compset -P '*\='; then
|
|
_description expl 'new path'
|
|
else
|
|
_description expl 'old path'
|
|
fi
|
|
|
|
_files "$expl[@]" -/
|