Reticulating splines...

This commit is contained in:
Brad Ganley 2023-05-10 01:30:21 -05:00
parent c5f8e3a21a
commit 99b38f2872

View File

@ -114,7 +114,7 @@ alias docprune='docker image prune && docker network prune && docker container p
alias bin='nc termbin.com 9999'
# Quicker 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"
# Misc
# Get the weather. Put your location after the command
alias wttr='ansiweather -u imperial -s false -l'