Launch Atom with full path to .app

This commit is contained in:
Corey Johnson & Kevin Sawicki 2013-02-25 16:11:13 -08:00
parent c64241d036
commit b874f95eb1

View File

@ -1,5 +1,5 @@
#!/bin/sh
open -a Atom -n --args --executed-from="$(pwd)" --pid=$$ $@
open -a /Applications/Atom.app -n --args --executed-from="$(pwd)" --pid=$$ $@
# Used to exit process when atom is used as $EDITOR
on_die() {