summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzshfunc/update-lit2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshfunc/update-lit b/zshfunc/update-lit
index 2c3c9b1..b596074 100755
--- a/zshfunc/update-lit
+++ b/zshfunc/update-lit
@@ -1,5 +1,5 @@
## vim:ft=zsh:foldmethod=marker
(
-cd ~/projects/uni/lit && git pull && cd papers && git pull
+cd ~/projects/uni/lit && (cd bibtex && git pull) && (cd papers && git pull)
)