add docker compose aliases

This commit is contained in:
Yannick7777 2025-02-05 23:39:23 +01:00
parent bb52b558fe
commit 7d99850cbe

3
.zshrc
View file

@ -108,6 +108,9 @@ fastfetch --config examples/16
# export XDG_CURRENT_DESKTOP=sway
alias ledger-shell="ledger-agent ~/.ssh/ledger.conf -s -v"
alias dcd="docker compose down"
alias dcu="docker compose up"
alias dcud="docker compose up -d"
# Created by `pipx` on 2024-11-22 13:27:16
export PATH="$PATH:/home/melody/.local/bin"