From 10217f43e48bcdcf478d39f4ff89c36440c035fa Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 3 Oct 2016 13:56:04 +0900 Subject: [PATCH] Remove /usr/local/Homebrew path --- profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/profile b/profile index b155d88..373eb5f 100755 --- a/profile +++ b/profile @@ -26,8 +26,6 @@ __safe_add_path_l "/opt/local/libexec/gnubin" __safe_add_path_l \ "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/bin" -__safe_add_path_l "/usr/local/Homebrew/bin" - test -f "${__dotdir}/rc.py" && export PYTHONSTARTUP="${__dotdir}/rc.py" test -d "$HOME/.local/lib/python/site-packages" && \