Created
February 19, 2020 19:07
-
-
Save emaphp/cb65838ecd86994a64370b7fc6d50720 to your computer and use it in GitHub Desktop.
Personal profile file (partial)
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
| # Rust binaries | |
| export PATH="$HOME/.cargo/bin:$PATH" | |
| # Flutter | |
| export PATH="$HOME/flutter/bin:$PATH" | |
| # Dart SDK | |
| export PATH="$HOME/flutter/bin/cache/dart-sdk/bin:$PATH" | |
| # Dart binaries | |
| export PATH="$PATH":"$HOME/.pub-cache/bin" | |
| # Golang Binaries | |
| export PATH="$PATH:/usr/local/go/bin:$HOME/go/bin" | |
| # Python Binaries | |
| export PATH="$HOME/.local/bin:$PATH" | |
| export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 | |
| # virtualenvwrapper | |
| # source virtualenvwrapper.sh | |
| # Android SDK | |
| export ANDROID_HOME="$HOME/Android/Sdk" | |
| export ANDROID_SDK_ROOT=$ANDROID_HOME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment