From 99b38f28722e81336e037115acbaee1583d2374f Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 10 May 2023 01:30:21 -0500 Subject: [PATCH] Reticulating splines... --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index f7c78d9..2c80b6a 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -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'