about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-10T22·10+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-10T23·07+0000
commit0239f92d30c928d380342ff5acd735ebb0b110e8 (patch)
treeb4dbebddb85f1ca4966328c0aa7024e1bf11e61c /configs
parent57fbee288b152217114388e768bd86823b3fa6ef (diff)
Remove RUST_SRC_PATH from .profile
I'm not doing enough Rust development to justify supporting this. I'm also in
the midst of a cleaning frenzy, so it's possible that this is just collateral
damage. I don't think it is because I can always use lorri to set this value
when I'm writing Rust (hopefully the second 1/2 of this year).
Diffstat (limited to 'configs')
-rw-r--r--configs/.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/.profile b/configs/.profile
index 75eb25267ea6..31a3d6d086ba 100644
--- a/configs/.profile
+++ b/configs/.profile
@@ -19,9 +19,6 @@ if [ -z "$DISPLAY" -a "$(tty)" = '/dev/tty5' ]; then
   exec xinit -- vt05
 fi
 
-# Rust integration. Keep here so programs like Emacs can read this value.
-# export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
-
 # This fixes nixpkgs that rely on glibc-2.27, which allegedly breaks locale
 # issues.
 # See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398