From 33d01f53906d9e99d3be5138a55c266cdf099ace Mon Sep 17 00:00:00 2001 From: Faun Date: Tue, 4 Nov 2014 10:14:10 -0800 Subject: [PATCH] Add safe binstubs to PATH https://github.com/thoughtbot/suspenders/pull/282 --- shrc/_.paths.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc/_.paths.sh b/shrc/_.paths.sh index 405d5912..afe90ec3 100644 --- a/shrc/_.paths.sh +++ b/shrc/_.paths.sh @@ -4,6 +4,7 @@ if $(brew_location="$(type -p "$brew")" && [ -z "$brew_location" ]); then fi PATH="~/bin:$PATH" +PATH=".git/safe/../../bin:$PATH" PATH="/usr/local/heroku/bin:$PATH" PATH="/usr/local/share/npm/bin:$PATH" PATH="/usr/local/bin:/usr/local/sbin:$PATH"