diff --git a/zsh/completions/_awslogin b/zsh/completions/_awslogin new file mode 100644 index 0000000..15bf0c8 --- /dev/null +++ b/zsh/completions/_awslogin @@ -0,0 +1,4 @@ +#compdef awslogin +local -a subcommands +subcommands=('staging:AWS Staging Login' 'production:AWS Production Login' 'default:AWS Default Login') +_describe 'awslogin' subcommands diff --git a/zsh/zshrc b/zsh/zshrc index f129963..f22d0ab 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -123,7 +123,6 @@ function root() { fi } - if [[ -d $HOME/.anyenv ]]; then path+=($HOME/.anyenv/bin) if [[ ( $ZNAP_USED = 1 ) ]]; then