Launch Atom with full path to .app

Esse commit está contido em:
Corey Johnson & Kevin Sawicki
2013-02-25 16:11:13 -08:00
commit b874f95eb1
+1 -1
Ver Arquivo
@@ -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() {