summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 7644f14..6199c20 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -141,7 +141,7 @@ gar() { # Add remotes
git remote add github git@github.com:GeorgeAbbott/$1.git
git remote add gitlab git@gitlab.com:GeorgeAbbott/$1.git
}
-gro() { # Rename all origins
+grr() { # Rename all remotes
git remote set-url origin gitea@git.gabbott.xyz:self/$1.git
git remote set-url github git@github.com:GeorgeAbbott/$1.git
git remote set-url gitlab git@gitlab.com:GeorgeAbbott/$1.git