1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #1697 from dsx/sublime-plugin-fix

Prevents echo of _sublime_darwin_paths contents on zsh startup
This commit is contained in:
Robby Russell 2013-04-07 18:51:18 -07:00
commit 397d4ae1f2

View file

@ -1,6 +1,6 @@
# Sublime Text 2 Aliases
local _sublime_darwin_paths
local _sublime_darwin_paths > /dev/null 2>&1
_sublime_darwin_paths=(
"$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"