Skip to content

Instantly share code, notes, and snippets.

@yomotsu
Created March 18, 2015 19:39
Show Gist options
  • Save yomotsu/2f8a7823cdac9c3f7b5a to your computer and use it in GitHub Desktop.
Save yomotsu/2f8a7823cdac9c3f7b5a to your computer and use it in GitHub Desktop.
atom open in CHROME

~/.atom/packages/open-in-browser/lib/open-in-browser.coffee

の25行目を

when 'darwin' then exec ('open -a "/Applications/Google Chrome.app" '+filePath)

にすれば chrome で開ける

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment