mattly / bork

the Bash-Operated Reconciling Kludge
Other
218 stars 29 forks source link

Add support for Atom Beta (apm-beta) #92

Closed frdmn closed 6 years ago

frdmn commented 7 years ago

When using the atom-beta brew package, the supplied apm command line helper is called apm-beta instead of apm.

This PR trys to figure out which binary exists in the atom type before running the actual apm commands.

Not sure if that's the best way to solve this, let me know if you have any concerns.

mattly commented 6 years ago

I've got a branch up giving apm-beta priority over apm, will merge that. Thanks!