OSX: Tweak Mission Control.

This commit is contained in:
Artem Sapegin
2013-10-04 17:13:41 +04:00
parent 285ac66517
commit b2a15d142b
3 changed files with 6 additions and 8 deletions

View File

@ -40,7 +40,6 @@ function _prepend_path() {
# Extend $PATH
[ -d /usr/local/bin ] && _prepend_path "/usr/local/bin"
[ -d /usr/local/share/python ] && _prepend_path "/usr/local/share/python"
[ -d /usr/local/share/npm/bin ] && _prepend_path "/usr/local/share/npm/bin"
[ -d /usr/local/opt/ruby/bin ] && _prepend_path "/usr/local/opt/ruby/bin"
command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin"