zsh-grawlinson/completions/_autosource

11 lines
162 B
Text
Raw Normal View History

2019-11-01 12:18:00 +13:00
#compdef autosource
_autosource() {
_alternative \
'plugin:filename:{_path_files -W spath}'
}
_autosource
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2