Skip to content

Commit 14693df

Browse files
committed
move depot_tools to home dir
1 parent 20d156c commit 14693df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bashrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if [ ! $BASH_CONFIG_SET ]; then
7171
PATH="$PATH":~/bin
7272
fi
7373

74-
if [ -d ~/src/depot_tools ]; then
75-
PATH="$PATH":~/src/depot_tools
74+
if [ -d ~/depot_tools ]; then
75+
PATH="$PATH":~/depot_tools
7676
fi
7777

7878
if [ -d ~/gsutil ]; then

0 commit comments

Comments
 (0)