From 06e1ae50c20f92f18b478582cb83880173960dd1 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 18 Nov 2022 03:50:07 +0100 Subject: [PATCH] =?UTF-8?q?[profile]=20Add=20Android=20SDK=E2=80=99s=20bin?= =?UTF-8?q?=20to=20PATH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index acb29c6..d955ef7 100644 --- a/.profile +++ b/.profile @@ -82,5 +82,6 @@ PATH="$GEM_HOME/ruby/2.6.0/bin:$PATH" PATH="$GEM_HOME/ruby/2.6.0/bin:$PATH" PATH="$GOPATH/bin:$PATH" PATH="${CARGO_HOME}/bin:$PATH" +PATH="$HOME/Android/Sdk/tools/bin:$PATH" PATH="$HOME/.local/bin:$PATH" export PATH