-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvrc
24 lines (21 loc) · 810 Bytes
/
envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# enviroment settings
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
# enviroment variables
export GOPATH=$HOME/dev
export GOBIN=$GOPATH/bin
export GOROOT=/usr/local/go
export GOPROXY=https://goproxy.io,direct
export RUSTUP_HOME=$HOME/.rustup
export RUSTUP_DIST_SERVER="https://rsproxy.cn"
export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup"
export ALL_PROXY=http://localhost:3213
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_BOTTLE_DOMAIN="https://mirrors.ustc.edu.cn/homebrew-bottles"
# PATH
export PATH="$PATH":$GOROOT/bin
export PATH="$PATH":$GOBIN
export PATH="$PATH":"$HOME/.cargo/bin"
export PATH="$PATH":"$HOME/.local/share/solana/install/active_release/bin"
. ~/.aliases