Last active
October 27, 2021 07:25
-
-
Save mimosa/bf749fa484d3fd48261e524e957184df to your computer and use it in GitHub Desktop.
This file contains 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
# Source Prezto. | |
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" | |
fi | |
# Customize to your needs... | |
export LANG=en_US.UTF-8 | |
export LANGUAGE=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 | |
export EDITOR="subl --wait" | |
export PATH="$HOME/.anyenv/bin:$PATH" | |
export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
export LDFLAGS="-L/usr/local/lib" | |
export CPPFLAGS="-I/usr/local/include" | |
export RUBY_CONFIGURE_OPTS="--with-jemalloc --enable-shared --with-openssl-dir=/usr/local/opt/[email protected]" | |
export RUBYOPT="-W:deprecated" | |
eval "$(anyenv init -)" | |
export DOCKER_MACHINE=default | |
export SYSTEM_VERSION_COMPAT=1 | |
export BREW_REPO=https://mirrors.ustc.edu.cn/brew.git | |
export HOMEBREW_BREW_GIT_REMOTE=https://mirrors.ustc.edu.cn/brew.git | |
export HOMEBREW_CORE_GIT_REMOTE=https://mirrors.ustc.edu.cn/homebrew-core.git | |
export HOMEBREW_CASK_GIT_REMOTE=https://mirrors.ustc.edu.cn/homebrew-cask.git | |
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment