Initial commit, with only sav-quotes script
This commit is contained in:
commit
dd820bf691
10 changed files with 93 additions and 0 deletions
6
config/zsh/functions/_sav-quotes
Normal file
6
config/zsh/functions/_sav-quotes
Normal file
|
@ -0,0 +1,6 @@
|
|||
#compdef sav-quotes
|
||||
|
||||
_sav-quotes() {
|
||||
local sources="$(sav-quotes --completion)"
|
||||
_arguments "*: :($sources)"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue