diff options
Diffstat (limited to '.local/share')
| -rw-r--r-- | .local/share/bash-completion/completions/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bash-completion/completions/dotfiles b/.local/share/bash-completion/completions/dotfiles index 4de2d37..9d24be2 100644 --- a/.local/share/bash-completion/completions/dotfiles +++ b/.local/share/bash-completion/completions/dotfiles @@ -1,4 +1,4 @@ _comp_dotfiles() { - COMPREPLY=(sync reinstall-nvim on off) + COMPREPLY=(sync on off) } complete -F _comp_dotfiles dotfiles |
