aws-azure-login.bashrc: Renamed the aws-token function to aws-auth

This commit is contained in:
Gregor Bückendorf 2019-05-18 16:09:34 +02:00
parent 34e2071988
commit bca3d0fbea

View file

@ -10,6 +10,6 @@ if truthy $DOTFILES_WSL; then
fi fi
# Make it so I just have to type a command and the (optionally) a profile # Make it so I just have to type a command and the (optionally) a profile
function aws-token { function aws-auth {
aws-azure-login --no-prompt ${1:+--profile $1} aws-azure-login --no-prompt ${1:+--profile $1}
} }