zsh-grawlinson/completions/_autosource

11 lines
162 B
Plaintext
Raw Normal View History

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