From f9f33bbf1854c511872b59c30f5c749524f55ca5 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:05:18 +0100 Subject: [PATCH] add dbounce --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index d688e87..022aede 100644 --- a/.zshrc +++ b/.zshrc @@ -111,6 +111,7 @@ alias ledger-shell="ledger-agent ~/.ssh/ledger.conf -s -v" alias dcd="docker compose down" alias dcu='UID="$(id -u)" GID="$(id -g)" docker compose up' 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$||')" # Created by `pipx` on 2024-11-22 13:27:16