Updated some starship and added doggo alias
This commit is contained in:
parent
f67e206fc9
commit
4f3b5b18d1
@ -22,7 +22,7 @@ format = """\
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
command_timeout = 1000
|
command_timeout = 1000
|
||||||
add_newline = false
|
add_newline = true
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[✨](yellow)"
|
success_symbol = "[✨](yellow)"
|
||||||
|
@ -15,3 +15,4 @@ lt() {
|
|||||||
ls -l --tree -L $DEPTH -I ".git|cache|log|logs|node_modules|vendor" $@
|
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 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
|
# Krew
|
||||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||||
|
|
||||||
|
# Starship
|
||||||
|
export STARSHIP_LOG=error
|
||||||
|
Loading…
Reference in New Issue
Block a user