From c5677e9edddbf6b83bc03d2a963598fb166c0d06 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 1 Jun 2021 16:28:27 -0400 Subject: [PATCH] Addec autocompletion for chezmoi --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc b/dot_zshrc index adacfc1..44d3a31 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -159,3 +159,4 @@ ZVM_NORMAL_MODE_CURSOR=$ZVM_CURSOR_BEAM ZVM_OPPEND_MODE_CURSOR=$ZVM_CURSOR_UNDERLINE # defaults to last, make each line always insert ZVM_LINE_INIT_MODE=$ZVM_MODE_INSERT +chezmoi completion zsh | source /dev/stdin