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