From 5e7e260df18ce212b91ab8cd343137cd6673e783 Mon Sep 17 00:00:00 2001 From: otg Date: Sat, 4 Jun 2022 23:01:09 +0100 Subject: gua function added but not yet implemented --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 614a3df..8fe50e6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -175,6 +175,9 @@ gcar() { # Git clone from origin url and then add in the rest of remotes gar $1 cd .. } +gua() { # Update all - recursively iterates through dir and runs git pull + # TODO implement +} # misc alias pkg-query="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'" -- cgit v1.2.1