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/.bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home/.bash_profile') diff --git a/home/.bash_profile b/home/.bash_profile index e10efd5..902315e 100644 --- a/home/.bash_profile +++ b/home/.bash_profile @@ -8,6 +8,14 @@ # It loads each .bashrc.X file if it exists. +######################################################################## +## PATH +######################################################################## +# ~/bin is used for personal scripts and other executables used only +# by this user. +PATH=$PATH:$HOME/bin + + ######################################################################## ## .bashrc (core) ######################################################################## -- cgit v1.2.3