update path for snapd /snap/bin/* which is used by Linux systems (#8752)

Co-authored-by: mark horsfield <markhfromakron@gmail.com>
master
Mark 6 years ago committed by GitHub
parent f400ea1e57
commit 17be35d1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/sublime/sublime.plugin.zsh

@ -29,6 +29,8 @@ alias stn=create_project
"/usr/local/bin/sublime_text"
"/usr/bin/subl"
"/usr/bin/subl3"
"/snap/bin/subl"
"/snap/bin/sublime-text.subl"
)
fi
elif [[ "$OSTYPE" = darwin* ]]; then

Loading…
Cancel
Save