summaryrefslogtreecommitdiffstats
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/dotfiles/dotfiles_on.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/dotfiles/dotfiles_on.env b/.local/share/dotfiles/dotfiles_on.env
index f02b9f4..99c6fdb 100644
--- a/.local/share/dotfiles/dotfiles_on.env
+++ b/.local/share/dotfiles/dotfiles_on.env
@@ -1,6 +1,6 @@
export GIT_DIR="$DOTFILES_DIR" GIT_WORK_TREE="$HOME"
function _comp_dotfiles() {
- COMPREPLY=(sync on off)
+ COMPREPLY=(sync reinstall-nvim on off)
}
complete -F _comp_dotfiles dotfiles