From d72b883bcd665ad11d8b3fd7eb7c96e9bca8375e Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sun, 13 Oct 2024 06:43:50 -0400 Subject: Move PATH stuff to .bash_profile Since .bashrc is only executed for interactive shells, PATH should be loaded in .bash_profile to make it available to scripts. --- home/.bashrc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'home/.bashrc') diff --git a/home/.bashrc b/home/.bashrc index 0a2f914..df72f0f 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -18,14 +18,6 @@ if [[ $- != *i* ]]; then fi -######################################################################## -## PATH -######################################################################## -# ~/bin is used for personal scripts and other executables used only -# by this user. -PATH=$PATH:$HOME/bin - - ######################################################################## ## Bash completion ######################################################################## -- cgit v1.2.3