diff --git a/zshrc.org b/zshrc.org index 9029ddb..f52ec11 100644 --- a/zshrc.org +++ b/zshrc.org @@ -369,7 +369,7 @@ setup-pi-webcam() git-create-pi-remote () { REPO_NAME=$(basename "`pwd`") source ~/scripts/git-init-pi4.sh "$REPO_NAME.git" - git remote add π "git@pi4spoon.local:repos/$REPO_NAME.git" + git remote add π "git@ssh.jacopods.xyz:repos/$REPO_NAME.git" } git-create-thinkspoon-remote () {