Skip to content

Commit

Permalink
add awsd alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Makoto Tokuyama committed Apr 26, 2020
1 parent ac6cdb6 commit a2dced3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/common/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ alias dokco='docker-compose'
alias ku='kubectl'
alias m='make'
alias tf='terraform'
alias awsd='docker run --rm -it -v ~/.aws:/root/.aws amazon/aws-cli'

if [ -f "$HOME/.zsh_os" ]; then
. "$HOME/.zsh_os"
Expand Down

0 comments on commit a2dced3

Please sign in to comment.