aws-cli: Updated the config with tools for saml login
This commit is contained in:
parent
373652f6b9
commit
927e0c5407
4 changed files with 32 additions and 7 deletions
6
.environment.d/wsl.env
Normal file
6
.environment.d/wsl.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
if [[ $OSTYPE == linux-gnu && $(< /proc/sys/kernel/osrelease) == *Microsoft ]]
|
||||
then
|
||||
DOTFILES_WSL=true
|
||||
else
|
||||
DOTFILES_WSL=false
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue