Last active
February 22, 2017 23:43
-
-
Save jimbert/7163d7cacaa43effdeb312d110b77508 to your computer and use it in GitHub Desktop.
Fix apple touch bar when it stops working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fix the fucking touch bar | |
# Stick this in your zshrc or bash_profile and call it when | |
# basic computer controls stop working for no good reason. | |
function ftftb { | |
pkill "Touch Bar agent" | |
killall ControlStrip | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment