AWS Login completions

This commit is contained in:
zendesk-acicchetti 2021-05-21 08:59:24 -04:00
parent 40f31ef41c
commit 6f99df9cb9
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -123,7 +123,6 @@ function root() {
fi
}
if [[ -d $HOME/.anyenv ]]; then
path+=($HOME/.anyenv/bin)
if [[ ( $ZNAP_USED = 1 ) ]]; then