I have it in my ~/.bash_profile
that:
export EDITOR="subl -w"
where subl
is a symlink from the subl
in the application to ~/bin
, which is in my $PATH
. A few days ago (I updated to the macOS beta), this stopped working and the following appears in my prompt
Unable to find application named ‘subl’
Anyone have a similar issue, or a workaround?
Thanks!