Last active
January 8, 2024 18:37
-
-
Save theusindabike/e0e42c94ea63f73ebc520612d43ae14a to your computer and use it in GitHub Desktop.
useful .bashrc example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Flutter (FVM) | |
FLUTTER_HOME="$HOME/fvm/versions/3.10.1/bin" | |
export PATH=$PATH:$FLUTTER_HOME/bin | |
# Android SDK | |
export ANDROID_HOME=$HOME/Android/Sdk | |
# Android Tools | |
export PATH=$PATH:$ANDROID_HOME/emulator | |
export PATH=$PATH:$ANDROID_HOME/platform-tools | |
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/latest/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment