rust-analyzer doesn't need this anymore

This commit is contained in:
Michael Zhang 2020-11-13 13:27:26 -06:00
parent 7e73d589be
commit e70a772a4f
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -14,7 +14,7 @@ export DISABLE_AUTO_UPDATE="true"
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
export DOTNET_CLI_TELEMETRY_OPTOUT=1 export DOTNET_CLI_TELEMETRY_OPTOUT=1
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" # export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
export EDITOR=nvim export EDITOR=nvim
export MAILDIR=$HOME/Mail export MAILDIR=$HOME/Mail