I should have had a V8 this morning.
This commit is contained in:
parent
925dc2edb6
commit
42e5a4e97a
@ -105,6 +105,7 @@ alias pang='ping -i 10 -v -a'
|
|||||||
alias mnts='mount | column -t'
|
alias mnts='mount | column -t'
|
||||||
# The history command but shorter
|
# The history command but shorter
|
||||||
alias h='history'
|
alias h='history'
|
||||||
|
|
||||||
# Lazy docker composing. Set the variable somewhere.
|
# Lazy docker composing. Set the variable somewhere.
|
||||||
alias doco="$DOCKER_COMPOSE_COMMAND"
|
alias doco="$DOCKER_COMPOSE_COMMAND"
|
||||||
alias redoco="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d"
|
alias redoco="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d"
|
||||||
@ -115,6 +116,8 @@ alias bin='nc termbin.com 9999'
|
|||||||
# Quicker Docker exec
|
# Quicker Docker exec
|
||||||
alias dex='docker exec'
|
alias dex='docker exec'
|
||||||
alias dps="docker ps --format 'CONTAINER ID: {{.ID}}\nIMAGE: {{.Image}}\nCOMMAND: {{.Command}}\nCREATED: {{.CreatedAt}}\nSTATUS: {{.Status}}\nPORTS: {{.Ports}}\nNAMES: {{.Names}}\n'|cat"
|
alias dps="docker ps --format 'CONTAINER ID: {{.ID}}\nIMAGE: {{.Image}}\nCOMMAND: {{.Command}}\nCREATED: {{.CreatedAt}}\nSTATUS: {{.Status}}\nPORTS: {{.Ports}}\nNAMES: {{.Names}}\n'|cat"
|
||||||
|
alias lzd='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ~/lzd:/.config/jesseduffield/lazydocker lazyteam/lazydocker'
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
# Get the weather. Put your location after the command
|
# Get the weather. Put your location after the command
|
||||||
alias wttr='ansiweather -u imperial -s false -l'
|
alias wttr='ansiweather -u imperial -s false -l'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user