2.2.3
)
antigen bundle aws
antigen apply
set -x
to turn on debug
aws shell
completion
antigen bundle
is used.
antigen bundle zsh-users/zsh-autosuggestions
like this
source $HOME/antigen/antigen.zsh
`# Load the oh-my-zsh's library
antigen use oh-my-zsh
antigen bundle <<EOBUNDLES
# Bundles from the default repo (robbyrussell's oh-my-zsh)
git
# Syntax highlighting bundle.
zsh-users/zsh-syntax-highlighting
# Fish-like auto suggestions
zsh-users/zsh-autosuggestions
# Extra zsh completions
zsh-users/zsh-completions
EOBUNDLES
antigen theme robbyrussell
antigen apply`
bundles
instead of bundle