Sample Header Ad - 728x90

Configuring Sublime symlink

0 votes
1 answer
115 views
GOAL === Invoke sublime from the OSX BASH command line with the same Ubuntu command: subl filename.txt shall open filename.txt in Sublime. DETAILS === My instance of Sublime: /Applications/Sublime\ Text.app//Contents/SharedSupport/bin/subl Per instructions \ tutorial a symbolic link toThe symlink /usr/local/bin/sublime is recommended. In order to meet the goal, the resulting symlink would be: ln -s /Applications/Sublime\ Text.app//Contents/SharedSupport/bin/subl /usr/local/bin/subl QUESTION === If /usr/local/bin/subl is used instead of /usr/local/bin/sublime, when would subl be problematic and why?
Asked by gatorback (1522 rep)
Dec 31, 2019, 03:37 AM
Last activity: Jan 1, 2020, 09:58 PM