mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update rustup mirror
This commit is contained in:
@ -36,8 +36,8 @@ fi
|
||||
export DVM_DIR="/Users/xfy/.dvm"
|
||||
export PATH="$DVM_DIR/bin:$PATH"
|
||||
# rust
|
||||
export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
|
||||
export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
|
||||
export RUSTUP_UPDATE_ROOT=https://mirrors.tuna.tsinghua.edu.cn/rustup/rustup
|
||||
export RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup
|
||||
# lazygit config location and theme
|
||||
export CONFIG_DIR="$HOME/.config/lazygit"
|
||||
export LG_CONFIG_FILE="$CONFIG_DIR/config.yml,$CONFIG_DIR/mocha-pink.yml"
|
||||
|
Reference in New Issue
Block a user