Skip to content

Instantly share code, notes, and snippets.

@ef2k
Last active August 10, 2016 20:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ef2k/4958474 to your computer and use it in GitHub Desktop.
Save ef2k/4958474 to your computer and use it in GitHub Desktop.
Detach sublime from terminal (/usr/bin/subl)
#!/bin/bash
# Detach sublime from terminal
nohup /opt/sublime_text_2/sublime_text --class=sublime-text-2 "$@" 2>/dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment