Skip to content

Instantly share code, notes, and snippets.

@jimmyhoran
Forked from yoeun/subl
Created November 14, 2017 09:49
Show Gist options
  • Save jimmyhoran/0e8748b029734209c760e22f62570d5f to your computer and use it in GitHub Desktop.
Save jimmyhoran/0e8748b029734209c760e22f62570d5f to your computer and use it in GitHub Desktop.
subl command on linux
#!/bin/sh
# save to /usr/local/bin/subl
nohup /path/to/Sublime\ Text\ 2/sublime_text $1 >/dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment