From 8ccaaf588fc46c8eedc4157aa9f3295a142911f3 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 6 Aug 2018 19:12:40 +1200 Subject: [PATCH] revert(zsh): remove $RUST_SRC_PATH variable --- zsh/.config/oh-my-zsh/custom/rust.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/.config/oh-my-zsh/custom/rust.zsh b/zsh/.config/oh-my-zsh/custom/rust.zsh index 736beb1..0382742 100644 --- a/zsh/.config/oh-my-zsh/custom/rust.zsh +++ b/zsh/.config/oh-my-zsh/custom/rust.zsh @@ -1,5 +1,2 @@ -# Export rust-src path for Linux -export RUST_SRC_PATH=~/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src - # Add cargo binary directory to $PATH export PATH="$PATH:$HOME/.cargo/bin"