From bca3d0fbea519f62f191200efba9b3aa4c446bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Sat, 18 May 2019 16:09:34 +0200 Subject: [PATCH] aws-azure-login.bashrc: Renamed the aws-token function to aws-auth --- .bashrc.d/aws-azure-login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.d/aws-azure-login.sh b/.bashrc.d/aws-azure-login.sh index eb5ff64..59df007 100644 --- a/.bashrc.d/aws-azure-login.sh +++ b/.bashrc.d/aws-azure-login.sh @@ -10,6 +10,6 @@ if truthy $DOTFILES_WSL; then fi # 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} }