Skip to content

Commit

Permalink
Dont use sudo for personal prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jul 26, 2013
1 parent c95b572 commit 4ee9393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ install-pythonrc:

install-subl:
ifeq ($(shell uname),Darwin)
ln -fs `pwd`/sublimetext3/Packages/User/* ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/
sudo ln -fs "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
sudo ln -fs `pwd`/sublimetext3/Packages/User/* ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/
endif

0 comments on commit 4ee9393

Please sign in to comment.