Merge branch 'master' of github.com:dopefishh/dotfiles
[dotfiles.git] / shell / .local / bin / update
index 3113604..a451d41 100755 (executable)
@@ -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"