From fa1098ee511ce1284c650cf4b99ca351b99b63e3 Mon Sep 17 00:00:00 2001
From: self <self@sateoki.xyz>
Date: Tue, 3 May 2022 21:33:41 +0100
Subject: gro -> grr as better name

---
 zsh/.zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'zsh')

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
-- 
cgit v1.2.1