2014-09-06 10:09:45 +00:00
|
|
|
# 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
|
2016-03-01 15:37:18 +00:00
|
|
|
|