From 39f7231d4a0b8d27c1532395fd78dc76da5b469a Mon Sep 17 00:00:00 2001 From: John McCann Cunniff Jr Date: Tue, 26 Sep 2023 16:02:52 -0400 Subject: [PATCH] ADD docker compose alias --- theia-base/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theia-base/zshrc b/theia-base/zshrc index b9a1613..6ae090e 100644 --- a/theia-base/zshrc +++ b/theia-base/zshrc @@ -160,6 +160,9 @@ alias gitsh='git push' alias gitll='git pull' alias gitssh='git push --set-upstream origin $(git branch --show-current)' +# docker +alias dc='docker compose' + alias ll='ls --color=auto -l' if which exa &> /dev/null; then alias la='exa -abghlT --ignore-glob=".bzr|CVS|.git|.hg|.svn|node_modules|__pycache__" --git'