Created
September 20, 2018 10:16
-
-
Save nickcernis/2546f029fd92b23f75ddb5b9e3cf9aec to your computer and use it in GitHub Desktop.
Create command line shortcut for Sublime Merge (Mac)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln -s "/Applications/Sublime Merge.app/Contents/SharedSupport/bin/smerge" /usr/local/bin/smerge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An alternative:
Add
/Applications/Sublime Merge.app/Contents/SharedSupport/bin
to $PATH.In
~/.config/fish/config.fish
:set -g fish_user_paths "/Applications/Sublime Merge.app/Contents/SharedSupport/bin" $fish_user_paths