From f51fff0a305738c5ede5a865536acc72f13d8205 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 27 Nov 2016 20:04:59 -0800 Subject: [PATCH] add ~/opt/depot_tools to path --- bash/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/environment b/bash/environment index 6905ed4..3d118e6 100644 --- a/bash/environment +++ b/bash/environment @@ -55,6 +55,7 @@ _add-path /opt/local/sbin _add-path ~/bin _add-path /usr/local/go/bin _add-path ~/.bin +_add-path ~/opt/depot_tools if [[ $(uname) == 'Darwin' ]]; then export BS_OS='osx'