summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-30 17:11:35 -0500
committerChristian Cleberg <[email protected]>2026-04-30 17:11:35 -0500
commit898bc110cddb729b3f562007f172b89542f7a9d4 (patch)
tree8b8b2839104789c8f2f9fd6b6cadacdfd43dcda3 /common
parent35dd01749ddc5584e931ba0a76431a52bfb44c91 (diff)
downloaddotfiles-898bc110cddb729b3f562007f172b89542f7a9d4.tar.gz
dotfiles-898bc110cddb729b3f562007f172b89542f7a9d4.tar.bz2
dotfiles-898bc110cddb729b3f562007f172b89542f7a9d4.zip
add docker-update command
Diffstat (limited to 'common')
-rw-r--r--common/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index 930ee3b..4ca2e0a 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -97,6 +97,7 @@ alias find="fd"
alias emacs="emacs -nw"
alias xclean="fd -H '.DS_Store' -t f -x rm"
alias python="python3"
+alias docker-update='for d in ~/docker/*/; do (cd "$d" && sudo docker compose pull && sudo docker compose up -d); done'
# Git
alias g='git'