osx - Difference between symlink and alias -


i trying set opening sublime text editor terminal on mac os.

when searching found out 1 way that: create soft link (symlink) , change path in .profile ln -s /applications/sublime\ text\ 2.app/contents/sharedsupport/bin/subl /usr/local/bin/sublime since path did not change in .profile added alias sublime=' open /applications/sublime\ text\ 2.app/contents/sharedsupport/bin/subl'

could please tell me difference between these ways?which way better?how change path terminal not opening .profile?


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -