Skip to content

Instantly share code, notes, and snippets.

@falonofthetower
Forked from ef2k/usr_bin_subl.sh
Last active August 29, 2015 14:12
Show Gist options
  • Save falonofthetower/b3b15ab05bc6b329fe53 to your computer and use it in GitHub Desktop.
Save falonofthetower/b3b15ab05bc6b329fe53 to your computer and use it in GitHub Desktop.
#!/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