Merge branch 'master' of github.com:sapegin/dotfiles

This commit is contained in:
Artem Sapegin
2013-02-12 10:05:59 +04:00
7 changed files with 95 additions and 22 deletions

View File

@ -40,6 +40,7 @@ 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"
command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin"
[ -d ~/dotfiles/bin ] && _prepend_path "$HOME/dotfiles/bin"