Skip to content

Instantly share code, notes, and snippets.

@mimosa
Last active October 27, 2021 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mimosa/bf749fa484d3fd48261e524e957184df to your computer and use it in GitHub Desktop.
Save mimosa/bf749fa484d3fd48261e524e957184df to your computer and use it in GitHub Desktop.
# 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/postgresql@9.6/bin:$PATH"
export PATH="/usr/local/opt/openssl@1.1/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/openssl@1.1"
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