Add docker ps alias

This commit is contained in:
2026-05-06 22:40:16 -04:00
parent 8cf4b47e34
commit 64a5a6db34

View File

@@ -128,6 +128,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # 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. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh