Updated some starship and added doggo alias
This commit is contained in:
parent
299f345a54
commit
13a55a8b7a
@ -22,7 +22,7 @@ format = """\
|
||||
"""
|
||||
|
||||
command_timeout = 1000
|
||||
add_newline = false
|
||||
add_newline = true
|
||||
|
||||
[character]
|
||||
success_symbol = "[✨](yellow)"
|
||||
|
@ -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'
|
||||
|
@ -19,3 +19,6 @@ export GO111MODULE=on
|
||||
|
||||
# Krew
|
||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||
|
||||
# Starship
|
||||
export STARSHIP_LOG=error
|
||||
|
Loading…
Reference in New Issue
Block a user