11 lines
162 B
Text
11 lines
162 B
Text
|
#compdef autosource
|
||
|
|
||
|
_autosource() {
|
||
|
_alternative \
|
||
|
'plugin:filename:{_path_files -W spath}'
|
||
|
}
|
||
|
|
||
|
_autosource
|
||
|
|
||
|
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2
|