Created
February 27, 2020 12:14
-
-
Save HZooly/aff0e9707410830f7e3e11b7cf2fbe87 to your computer and use it in GitHub Desktop.
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
# If you come from bash you might have to change your $PATH. | |
export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH=/Users/hugo/.nvm/:$PATH | |
export JAVA_HOME=$(/usr/libexec/java_home) | |
export MAVEN_HOME=/usr/local/opt/maven/bin/mvn | |
export GRADLE_HOME=/usr/local/opt/gradle | |
export PATH=$GRADLE_HOME/bin:$PATH | |
export PATH=$MAVEN_HOME/bin:$PATH | |
export PATH=$PATH:~/Documents/Tools/flutter/bin | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/hugo/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment