mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
#function source
|
|
|
|
if [[ -position 2 -1 ]]; then
|
|
compsub
|
|
else
|
|
__files
|
|
fi
|