zsh/compdef/_conf

12 lines
201 B
Plaintext
Raw Normal View History

2016-07-22 14:01:35 +00:00
#compdef conf
2023-08-21 09:46:14 +00:00
_conf_locations() {
_alternative \
"configs:Configs:(${(k)conf_locations})" \
"dirs:XDG configs:_files -/ -W ${XDG_CONFIG_HOME:-$HOME/.config}/ -S '' -F '*/*'"
}
_conf_locations