From 34f392a9fc7c9a08ea92131a3ee78159000f6d58 Mon Sep 17 00:00:00 2001 From: otg Date: Tue, 12 Apr 2022 08:42:49 +0100 Subject: Added gar function to add all remotes --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 9cc4c79..000ec2c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -129,6 +129,11 @@ alias ga="git add" alias gc="git commit" alias gcm="git commit -m" alias gf="git fetch" +gar() { # Add remotes + git remote add origin gitea@git.gabbott.xyz:self/$1.git + git remote add github git@github.com:GeorgeAbbott/$1.git + git remote add gitlab git@gitlab.com:GeorgeAbbott/$1.git +} # misc alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'" -- cgit v1.2.1