Merge branch 'master' of github.com:dopefishh/dotfiles
authorMart Lubbers <mart@martlubbers.net>
Sat, 17 Jun 2017 08:12:28 +0000 (10:12 +0200)
committerMart Lubbers <mart@martlubbers.net>
Sat, 17 Jun 2017 08:12:28 +0000 (10:12 +0200)
1  2 
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"