AWS Login completions
This commit is contained in:
parent
40f31ef41c
commit
6f99df9cb9
2 changed files with 4 additions and 1 deletions
4
zsh/completions/_awslogin
Normal file
4
zsh/completions/_awslogin
Normal 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
|
|
@ -123,7 +123,6 @@ function root() {
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
if [[ -d $HOME/.anyenv ]]; then
|
||||
path+=($HOME/.anyenv/bin)
|
||||
if [[ ( $ZNAP_USED = 1 ) ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue