1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Add /usr/bin/subl path for who has linked sublime text there

This commit is contained in:
Arandi López
2014-06-21 20:29:05 -05:00
committed by ncanceill
parent 75c02dd53e
commit dbca185b05

View File

@@ -7,6 +7,7 @@ if [[ $('uname') == 'Linux' ]]; then
"/opt/sublime_text/sublime_text"
"/usr/bin/sublime_text"
"/usr/local/bin/sublime_text"
"/usr/bin/subl"
)
for _sublime_path in $_sublime_linux_paths; do
if [[ -a $_sublime_path ]]; then