Skip to content

Commit

Permalink
feat: parallels awslogin
Browse files Browse the repository at this point in the history
  • Loading branch information
ndxbn committed Dec 19, 2024
1 parent 739076f commit 06ea1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zsh_plugin.d/alias.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alias venv='python3 -m venv venv && source ./venv/bin/activate'
alias pP='echo ${PATH} | sed -e "s/:/\n/g"'

# AWS
alias awslogin='for prof in $(aws configure list-profiles | xargs echo); do aws sso login --profile ${prof}; done'
alias awslogin='for prof in $(aws configure list-profiles | xargs echo); do aws sso login --profile ${prof} & ; done'

# GitHub tools
## lsgh
Expand Down

0 comments on commit 06ea1e6

Please sign in to comment.