Last active
December 27, 2021 06:44
-
-
Save prateekmedia/f4098741151692f0db07e011df5e7235 to your computer and use it in GitHub Desktop.
~/.config/fish/config.fish for flutter
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 sdk | |
set PATH $HOME/dev/flutter/bin $PATH | |
#Android studio | |
set ANDROID_HOME $HOME/Android/Sdk $ANDROID_HOME | |
set PATH $ANDROID_HOME/tools/bin $PATH | |
set PATH $ANDROID_HOME/platform-tools $PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment