mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
fix if statement
This commit is contained in:
@ -26,7 +26,7 @@ export EDITOR="nvim"
|
|||||||
export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node/
|
export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node/
|
||||||
if command -v fnm >/dev/null 2>&1; then
|
if command -v fnm >/dev/null 2>&1; then
|
||||||
eval "$(fnm env --use-on-cd --shell zsh)"
|
eval "$(fnm env --use-on-cd --shell zsh)"
|
||||||
else
|
fi
|
||||||
export NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node/
|
export NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node/
|
||||||
# rust
|
# rust
|
||||||
export RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup
|
export RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup
|
||||||
|
Reference in New Issue
Block a user