diff --git a/.bash_profile b/.bash_profile index 9152291..48e61c4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -23,3 +23,7 @@ wttr() curl -H "Accept-Language: ${LANG%_*}" --compressed "$request" } +. ~/bin/awsAliases +alias awsall="_awsListAll" +alias awsp="_awsSwitchProfile" +alias awswho="aws configure list" diff --git a/config/gitignore b/config/gitignore index e3d13e1..ab0aef7 100644 --- a/config/gitignore +++ b/config/gitignore @@ -73,3 +73,4 @@ GitHub.sublime-settings .history # End of https://www.gitignore.io/api/macos,sublimetext,visualstudiocode +yarn-error.log