How do I add ~/bin to my path?

前端 未结 13 908
太阳男子
太阳男子 2020-12-22 19:30

I\'ve been having trouble modifying my path to add Sublime Text 2. I\'ve added a ~/bin directory and run this command:

ln -s \"/Applications/Sub         


        
13条回答
  •  囚心锁ツ
    2020-12-22 19:53

    following works with me. I have Sublime version 3 and posting it here if someone is looking for help:

    sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /bin/subl
    

提交回复
热议问题