=Housekeeping + docker stuff

This commit is contained in:
Gal Szkolnik 2022-08-26 14:30:33 -04:00
parent 9dbfb53327
commit 07a1eff21d
4 changed files with 38 additions and 9 deletions

View file

@ -0,0 +1,3 @@
if [[ -n "$(which-command docker)" ]]; then
alias dco="docker compose "
fi