Last active
December 12, 2015 02:08
-
-
Save HansCz/4695778 to your computer and use it in GitHub Desktop.
ITerm (Bash) - Removing and re-adding the dock icon for ITerm
This file contains hidden or 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
| # ref: http://code.google.com/p/iterm2/issues/detail?id=1271#c7 | |
| /usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist | |
| # And this to undo: | |
| /usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/iTerm.app/Contents/Info.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment