From 224eb3d64531af9af547b0efd03b446f4a4deecb Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Wed, 6 May 2026 21:19:29 -0400 Subject: [PATCH] feat(docker): add NAMES IMAGE STATUS socialize-db-1 postgres:16 Up 4 minutes (healthy) socialize-web-1 git.mapachotes.com/jbourdon/socialize-web:4eb0fbc22bf21ac05e06de59e81b19eb69d0f1b8 Up About an hour socialize-api-1 git.mapachotes.com/jbourdon/socialize-api:4eb0fbc22bf21ac05e06de59e81b19eb69d0f1b8 Up 57 minutes gitea-runner gitea/act_runner:latest Up 23 hours space-game-postgres 49767d69e574 Exited (255) 3 weeks ago postgres postgres:latest Created TRAKQR_POSTGRES postgres:latest Exited (255) 3 weeks ago gitea docker.gitea.com/gitea:1.25.2 Up 23 hours gitea-db postgres:14 Up 3 weeks for more compact view --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index f91d1df..f2ec017 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -118,6 +118,7 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh