about summary refs log tree commit diff
path: root/configs/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.profile')
-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