Fix TouchBar when it (frequently) breaks

From http://osxdaily.com/2017/01/11/manually-refresh-touch-bar-mac/ this
will reset the control portion of the touch bar which has been
frequently breaking in New and Interesting Ways™.
This commit is contained in:
Andrew Tomaka 2017-04-11 19:11:04 -04:00
parent 14460d6f38
commit 28a3897995
No known key found for this signature in database
GPG key ID: C78D1A81582BAC86

View file

@ -1 +1,2 @@
alias google-chrome="open -a Google\ Chrome"
alias fixbar="killall ControlStrip"