Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thorsteneckel
Last active March 17, 2018 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thorsteneckel/a94b403b51f6a64b3afb8c306887af5d to your computer and use it in GitHub Desktop.
Save thorsteneckel/a94b403b51f6a64b3afb8c306887af5d to your computer and use it in GitHub Desktop.
Disable all ruby snippets from Sublime 3
# mac version
unzip -l /Applications/Sublime\ Text.app/Contents/MacOS/Packages/Ruby.sublime-package | grep '.sublime-snippet' | awk '{print $4}' | xargs -L 1 -I {} touch ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Ruby/{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment