Created
January 23, 2017 00:16
-
-
Save dgoodlad/2d525870c9bdd07c577dcf655f541fb4 to your computer and use it in GitHub Desktop.
FYTB
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
# Fuck you touchbar | |
# Restarts the MBP touchbar software when it breaks: | |
# buttons stop working, or disappear, or whatever. | |
fuckyoutouchbar() { | |
pkill "Touch Bar agent" | |
killall ControlStrip | |
echo ":boom: TouchBar" | |
} | |
alias fytb=fuckyoutouchbar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment