summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-02-18 09:48:34 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2014-02-18 09:48:34 +0000
commit6acc4a9c0db7d222e864061d84326eed89fdf71b (patch)
tree253d137aa08015b439acd76fa149ee65163eab96 /zshfunc
parent230ecc023d6fff5ce7463daebf9e0a03cb32bf01 (diff)
Update update-lit
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@666 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshfunc')
-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)
)