diff --git a/share/completions/..fish b/share/completions/..fish new file mode 100644 index 000000000..8dc864d1a --- /dev/null +++ b/share/completions/..fish @@ -0,0 +1 @@ +complete . -w source diff --git a/share/completions/source.fish b/share/completions/source.fish new file mode 100644 index 000000000..f80bd6b8f --- /dev/null +++ b/share/completions/source.fish @@ -0,0 +1,2 @@ +complete source -k -xa '(__fish_complete_suffix .fish)' +complete source -s h -l help -d 'Display help and exit'