From 732b995e07537613aef53c29830db922868a1e96 Mon Sep 17 00:00:00 2001 From: Hyuga Tsukui Date: Fri, 27 Dec 2024 12:57:21 +0900 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6eca1be..9231448 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -70,8 +70,12 @@ export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" # https://git-scm.com/book/ms/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Zsh +autoload bashcompinit && bashcompinit autoload -Uz compinit && compinit +# aws cli auto complete +complete -C '/usr/local/bin/aws_completer' aws + # https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh