dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 6056169c266d4cc8caabbcfe7930961027fd379a
parent 085cad179f81a710cc357540ae3f390e6d22f3f3
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 20 Aug 2016 18:35:44 -0700

Add Chromium depot_tools to PATH

Diffstat:
M.tools | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.tools b/.tools @@ -16,5 +16,8 @@ if [[ -f ~/.nvm/nvm.sh ]]; then . ~/.nvm/nvm.sh fi +# Chromium depot_tools +path_prepend "$HOME/src/depot_tools" + # Flutter SDK path_prepend "$HOME/src/flutter/flutter/bin"