From 717092a3cb98646181a7955ba605f5f488e19efc Mon Sep 17 00:00:00 2001
From: self <self@sateoki.xyz>
Date: Tue, 3 May 2022 21:35:09 +0100
Subject: Added gpr to print all remotes

---
 zsh/.zshrc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6199c20..939beff 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -146,6 +146,11 @@ grr() { # Rename all remotes
     git remote set-url github git@github.com:GeorgeAbbott/$1.git
     git remote set-url gitlab git@gitlab.com:GeorgeAbbott/$1.git
 }
+gpr() { # Print all remotes
+    git remote get-url origin 
+    git remote get-url github 
+    git remote get-url gitlab 
+}
 
 # misc
 alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
-- 
cgit v1.2.1