diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 17:03:58 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 17:03:58 +0200 |
| commit | 12e8f343c1f6fd2c9334993c2f404eef9d0deaad (patch) | |
| tree | 7bd044fdc546f497d761c7b1a788f3818d544b9a /.local/share/bash-completion | |
| parent | e0b01a54c1cf60cc8cc5df5c1c6961d81ce1b43d (diff) | |
| download | dotfiles-12e8f343c1f6fd2c9334993c2f404eef9d0deaad.tar.gz dotfiles-12e8f343c1f6fd2c9334993c2f404eef9d0deaad.zip | |
misc(dotfiles): update bash completion
Diffstat (limited to '.local/share/bash-completion')
| -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 |
