1 files changed, 8 insertions(+), 1 deletions(-)
M zshrc.org
M zshrc.org => zshrc.org +8 -1
@@ 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: