summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-05-03 21:52:40 +0100
committerself <self@sateoki.xyz>2022-05-03 21:52:40 +0100
commit61388a6d7c8c76299ae6dccaf10e9ee718cdded1 (patch)
treea57dee33ad2514ca8f2573f781a7d928b3c8f253 /zsh
parent717092a3cb98646181a7955ba605f5f488e19efc (diff)
Added gca
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 939beff..add486e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -151,6 +151,10 @@ gpr() { # Print all remotes
git remote get-url github
git remote get-url gitlab
}
+gcar() { # Git clone from origin url and then add in the rest of remotes
+ git clone gitea@git.gabbott.xyz:self/$1.git
+ gar
+}
# misc
alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"