From f1f2d857f2836b92c2f0bbd546239c7f90378272 Mon Sep 17 00:00:00 2001 From: Tom Regner Date: Wed, 1 Dec 2021 08:44:20 +0100 Subject: [PATCH] aliase to update includes/base and both --- zshrc.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index bf45bc6..649252f 100644 --- a/zshrc.org +++ b/zshrc.org @@ -218,7 +218,14 @@ alias hc=herbstclient #+end_src *** emacs scratch buffer #+begin_src sh -alias scratch="emc -nw -c -e '(switch-to-buffer \"*scratch*\")'" + alias scratch="emc -nw -c -e '(switch-to-buffer \"*scratch*\")'" +#+end_src +*** update includes and base + +#+begin_src sh + alias pinc="cd includes && pull && popd" + alias pbas="cd base && pull && popd" + alias pall="pinc && pbas" #+end_src ** Functions :PROPERTIES: -- 2.34.4