Add uncommitted stuff from flipper
This commit is contained in:
parent
0937e73ed9
commit
cc847b5c32
6 changed files with 83 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
#compdef conf
|
||||
|
||||
_arguments "1:Commands:(${(k)conf_locations})"
|
||||
|
||||
_conf_locations() {
|
||||
_alternative \
|
||||
"configs:Configs:(${(k)conf_locations})" \
|
||||
"dirs:XDG configs:_files -/ -W ${XDG_CONFIG_HOME:-$HOME/.config}/ -S '' -F '*/*'"
|
||||
}
|
||||
|
||||
|
||||
_conf_locations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue