diff options
author | self <self@sateoki.xyz> | 2022-05-03 21:52:40 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-03 21:52:40 +0100 |
commit | 61388a6d7c8c76299ae6dccaf10e9ee718cdded1 (patch) | |
tree | a57dee33ad2514ca8f2573f781a7d928b3c8f253 /zsh | |
parent | 717092a3cb98646181a7955ba605f5f488e19efc (diff) |
Added gca
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)'" |