Updated some starship and added doggo alias

This commit is contained in:
Marcus Noble
2021-05-13 14:18:57 +01:00
parent f67e206fc9
commit 4f3b5b18d1
3 changed files with 5 additions and 1 deletions

View File

@@ -15,3 +15,4 @@ lt() {
ls -l --tree -L $DEPTH -I ".git|cache|log|logs|node_modules|vendor" $@
}
alias aws='docker run --rm -ti -v ~/.aws:/root/.aws -v $(pwd):/aws -e AWS_PROFILE -e AWS_DEFAULT_REGION -e AWS_REGION -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY amazon/aws-cli'
alias doggo='docker run --rm -it ghcr.io/mr-karan/doggo:latest'