summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-19 17:03:58 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-19 17:03:58 +0200
commit12e8f343c1f6fd2c9334993c2f404eef9d0deaad (patch)
tree7bd044fdc546f497d761c7b1a788f3818d544b9a
parente0b01a54c1cf60cc8cc5df5c1c6961d81ce1b43d (diff)
downloaddotfiles-12e8f343c1f6fd2c9334993c2f404eef9d0deaad.tar.gz
dotfiles-12e8f343c1f6fd2c9334993c2f404eef9d0deaad.zip
misc(dotfiles): update bash completion
-rw-r--r--.local/share/bash-completion/completions/dotfiles2
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