From c95ec40c9e4b131164a5c302fd6c8d137a1e6814 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 12 Oct 2024 15:09:06 -0400 Subject: .bashrc: Add $HOME/bin to PATH --- home/.bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home/.bashrc') diff --git a/home/.bashrc b/home/.bashrc index 1aad5fe..7755643 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -18,6 +18,14 @@ 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