mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
7 lines
202 B
Fish
7 lines
202 B
Fish
# salt completion for fish shell
|
|
# See salt_common.fish in the same folder for the information
|
|
|
|
# hack to load functions from salt_common completion
|
|
complete --do-complete='salt_common --' >/dev/null
|
|
|