summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorotg <otg@sateoki.xyz>2022-06-04 23:01:09 +0100
committerotg <otg@sateoki.xyz>2022-06-04 23:01:09 +0100
commit5e7e260df18ce212b91ab8cd343137cd6673e783 (patch)
treefcbd1c4bcd36969197933f66055063f189b94848 /zsh/.zshrc
parentef45c112b3403ba4ec47f9c6480d46493d10f82f (diff)
gua function added but not yet implemented
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
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)'"