add aws alias
add yarn to gitignore
This commit is contained in:
parent
8d04c30392
commit
279810fd56
2 changed files with 5 additions and 0 deletions
|
|
@ -23,3 +23,7 @@ wttr()
|
||||||
curl -H "Accept-Language: ${LANG%_*}" --compressed "$request"
|
curl -H "Accept-Language: ${LANG%_*}" --compressed "$request"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
. ~/bin/awsAliases
|
||||||
|
alias awsall="_awsListAll"
|
||||||
|
alias awsp="_awsSwitchProfile"
|
||||||
|
alias awswho="aws configure list"
|
||||||
|
|
|
||||||
|
|
@ -73,3 +73,4 @@ GitHub.sublime-settings
|
||||||
.history
|
.history
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/macos,sublimetext,visualstudiocode
|
# End of https://www.gitignore.io/api/macos,sublimetext,visualstudiocode
|
||||||
|
yarn-error.log
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue