Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Dec 27, 2024
1 parent 426a34d commit 732b995
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 732b995

Please sign in to comment.