From f623cf394253b8f3f61aa3b70d63e3015644e63f Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Tue, 22 Aug 2023 08:14:11 +0200 Subject: [PATCH] Add docker alias --- zsh/alias | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/alias b/zsh/alias index d3df9dc..ecb572a 100644 --- a/zsh/alias +++ b/zsh/alias @@ -82,6 +82,9 @@ alias gpull='git pull' alias gpush='git push' alias gcommit='git commit -m' +# docker +alias dcdu='docker compose down && docker compose up -d' + # linux stuff alias journ='journalctl -xfe -t'