diff --git a/.zshrc b/.zshrc index 28624a8..b0ed558 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="docker compose up" alias dcud="docker compose up -d" +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 export PATH="$PATH:/home/melody/.local/bin"