Initial commit, with only sav-quotes script

This commit is contained in:
Danielle McLean 2016-10-08 12:18:21 +11:00
commit dd820bf691
No known key found for this signature in database
GPG key ID: CC91589719027E94
10 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#compdef sav-quotes
_sav-quotes() {
local sources="$(sav-quotes --completion)"
_arguments "*: :($sources)"
}