Updated some starship and added doggo alias

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

View File

@ -22,7 +22,7 @@ format = """\
"""
command_timeout = 1000
add_newline = false
add_newline = true
[character]
success_symbol = "[✨](yellow)"

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'

View File

@ -19,3 +19,6 @@ export GO111MODULE=on
# Krew
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
# Starship
export STARSHIP_LOG=error