Commit 397d4ae1 authored by Robby Russell's avatar Robby Russell
Browse files

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

Prevents echo of _sublime_darwin_paths contents on zsh startup
parents ac0dddb1 6271941a
# Sublime Text 2 Aliases # Sublime Text 2 Aliases
local _sublime_darwin_paths local _sublime_darwin_paths > /dev/null 2>&1
_sublime_darwin_paths=( _sublime_darwin_paths=(
"$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" "$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" "$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment