From 279810fd56f94b1df555e9f345215106184d824c Mon Sep 17 00:00:00 2001 From: Conner McCall Date: Sat, 20 Jun 2020 08:39:33 -0500 Subject: [PATCH] add aws alias add yarn to gitignore --- .bash_profile | 4 ++++ config/gitignore | 1 + 2 files changed, 5 insertions(+) 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