add dbounce

This commit is contained in:
Yannick7777 2025-02-17 14:05:18 +01:00
parent 5d3900f131
commit f9f33bbf18

1
.zshrc
View file

@ -111,6 +111,7 @@ alias ledger-shell="ledger-agent ~/.ssh/ledger.conf -s -v"
alias dcd="docker compose down" alias dcd="docker compose down"
alias dcu='UID="$(id -u)" GID="$(id -g)" docker compose up' alias dcu='UID="$(id -u)" GID="$(id -g)" docker compose up'
alias dcud='UID="$(id -u)" GID="$(id -g)" docker compose up -d' alias dcud='UID="$(id -u)" GID="$(id -g)" docker compose up -d'
alias dbounce='docker compose down && dcud'
alias needssh="git remote set-url origin \$(git remote get-url origin | sed -e 's|https://github.com/|git@github.com:|' -e 's|/$||' -e 's|\.git$||')" alias needssh="git remote set-url origin \$(git remote get-url origin | sed -e 's|https://github.com/|git@github.com:|' -e 's|/$||' -e 's|\.git$||')"
# Created by `pipx` on 2024-11-22 13:27:16 # Created by `pipx` on 2024-11-22 13:27:16