[profile] Add Android SDK’s bin to PATH

This commit is contained in:
Lucien Cartier-Tilet 2022-11-18 03:50:07 +01:00
parent 78c6365f0b
commit 06e1ae50c2
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -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