summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
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)'"