mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
add docker compose aliases
This commit is contained in:
parent
bb52b558fe
commit
7d99850cbe
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -108,6 +108,9 @@ fastfetch --config examples/16
|
||||||
|
|
||||||
# export XDG_CURRENT_DESKTOP=sway
|
# export XDG_CURRENT_DESKTOP=sway
|
||||||
alias ledger-shell="ledger-agent ~/.ssh/ledger.conf -s -v"
|
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
|
# Created by `pipx` on 2024-11-22 13:27:16
|
||||||
export PATH="$PATH:/home/melody/.local/bin"
|
export PATH="$PATH:/home/melody/.local/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue