Created
September 18, 2013 09:14
-
-
Save agustibr/6606626 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Name=Sublime Text 2 | |
GenericName=Text Editor | |
Comment=Sophisticated text editor for code, html and prose | |
Exec=/usr/bin/subl %F | |
Terminal=false | |
Type=Application | |
MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/xml;text/html;text/css;text/x-sql;text/x-diff;x-directory/normal;inode/directory; | |
Icon=sublime_text | |
Categories=TextEditor;Development;Utility; | |
StartupNotify=true | |
Actions=Window;Document; | |
X-Desktop-File-Install-Version=0.21 | |
[Desktop Action Window] | |
Name=New Window | |
Exec=/usr/bin/subl -n | |
OnlyShowIn=Unity; | |
[Desktop Action Document] | |
Name=New File | |
Exec=/usr/bin/subl --command new_file | |
OnlyShowIn=Unity; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment