repositories
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
163e95e
ac4ab31
)
Merge branch 'master' of github.com:dopefishh/dotfiles
author
Mart Lubbers
<mart@martlubbers.net>
Sat, 17 Jun 2017 08:12:28 +0000
(10:12 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Sat, 17 Jun 2017 08:12:28 +0000
(10:12 +0200)
1
2
shell/.local/bin/update
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
shell/.local/bin/update
index
4e1fc0f
,
3113604
..
a451d41
---
1
/
shell/.local/bin/update
---
2
/
shell/.local/bin/update
+++ b/
shell/.local/bin/update
@@@
-13,5
-13,5
+13,5
@@@
cmd()
fi
}
--sudo sh -c "
`cmd`
"
-sh -c "tlmgr update --all --self && offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL"
++sudo sh -c "
$(cmd)
"
+sh -c "tlmgr update --all --self && offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL
&& pass git pull
"