aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-11-27 17:46:26 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-11-27 17:46:26 +0000
commitfd5e27fda9fc4316a843b518fceb19e3a17be38f (patch)
tree75a43ec17b694ec86ecf3216bb68076cf04aa87f /.profile
parent365da4d65b692fda974d03d634f94b355e635ad7 (diff)
Remove the ~/.cargo/bin path as no longer using helix
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.profile b/.profile
index 0c5773b..8a48be1 100644
--- a/.profile
+++ b/.profile
@@ -5,9 +5,6 @@
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:$HOME/.local/bin
export PATH HOME TERM
-# Path to Helix binary
-export PATH=$PATH:~/.cargo/bin/
-
# Allow color output in vt
# export TERM=wsvt25
# This is to check the TERM and change accordingly.