Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
e344a02c65
commit
c9c512486d
23 changed files with 0 additions and 2 deletions
6
dot-config/zsh/functions/_sav-quotes
Normal file
6
dot-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