Browse Source

Support for Sublime Text 3

George Miroshnykov 12 years ago
parent
commit
0c9b4329ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/sublime/sublime.plugin.zsh

+ 1 - 0
plugins/sublime/sublime.plugin.zsh

@@ -21,6 +21,7 @@ elif  [[ $('uname') == 'Darwin' ]]; then
 	for _sublime_path in $_sublime_darwin_paths; do
 		if [[ -a $_sublime_path ]]; then
 			alias st="'$_sublime_path'"
+			break
 		fi
 	done
 fi