From 4005a311d30b3e6231b8c4b371f6fb17cbc99e77 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 21 Jun 2021 16:36:20 -0400 Subject: [PATCH] Attempt to autoload compinit to force gh command completion --- dot_zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 8d5393f..2962083 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -127,7 +127,8 @@ alias ashow="litecli --auto-vertical-output /home/kellya/snap/accountable2you/co alias akill="litecli --auto-vertical-output /home/kellya/snap/accountable2you/common/storage.db -e \"delete from log;\"" alias mutt="neomutt" fpath+=~/.zfunc -compinit +autoload -U compinit +compinit -i kitty + complete setup zsh | source /dev/stdin # # Enable 'z' tracking for directory speediness @@ -160,3 +161,4 @@ 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 +