From fd5e27fda9fc4316a843b518fceb19e3a17be38f Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 27 Nov 2025 17:46:26 +0000 Subject: Remove the ~/.cargo/bin path as no longer using helix --- .profile | 3 --- 1 file changed, 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. -- cgit v1.2.3