Skip to content

Instantly share code, notes, and snippets.

@bleft
Last active August 29, 2015 14:15
Show Gist options
  • Save bleft/e18ad602b9d7abee0f94 to your computer and use it in GitHub Desktop.
Save bleft/e18ad602b9d7abee0f94 to your computer and use it in GitHub Desktop.
terminal copy without text attributes
kopieren als reiner Text:
defaults write com.apple.Terminal CopyAttributesProfile com.apple.Terminal.no-attributes
und wieder aktivieren:
defaults write com.apple.Terminal CopyAttributesProfile com.apple.Terminal.attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment