summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc')
-rwxr-xr-xzshfunc/update-lit5
1 files changed, 5 insertions, 0 deletions
diff --git a/zshfunc/update-lit b/zshfunc/update-lit
new file mode 100755
index 0000000..2c3c9b1
--- /dev/null
+++ b/zshfunc/update-lit
@@ -0,0 +1,5 @@
+## vim:ft=zsh:foldmethod=marker
+
+(
+cd ~/projects/uni/lit && git pull && cd papers && git pull
+)