Skip to content

Commit

Permalink
Add ~/Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Mar 13, 2014
1 parent ba8ab21 commit 5490745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ATOM_APP_NAME=Atom.app

if [ -z "$ATOM_PATH" ]; then
for i in /Applications ~/Applications /Applications/Utilities ~/Applications/Utilities/ ~/Downloads; do
for i in /Applications ~/Applications /Applications/Utilities ~/Applications/Utilities/ ~/Downloads ~/Desktop; do
if [ -x "$i/$ATOM_APP_NAME" ]; then
ATOM_PATH="$i"
break
Expand Down

0 comments on commit 5490745

Please sign in to comment.