Compare commits

...

2 Commits

Author SHA1 Message Date
lachtan
6854c3bfa8 Join rc and rc.local folders 2025-01-03 16:58:29 +00:00
lachtan
87cc0c95ac Add ~/.local/bin to PATH 2025-01-03 16:49:46 +00:00
13 changed files with 2 additions and 5 deletions

1
bashrc
View File

@@ -15,6 +15,7 @@ fi
source "$LWS/functions.sh"
source_directory_sh "$LWS/rc"
source_directory_sh "$HOME/.bashrc.d"
append_path "$LWS/bin"
append_path "$LWS/opt/bin"

1
rc/01-path.sh Normal file
View File

@@ -0,0 +1 @@
prepend_path_try "$HOME/.local/bin"

View File

@@ -1,5 +0,0 @@
# Load user locals bashrc
source_directory_sh "$LWS/rc.local"
# user operations are in the end to have change to change everyting/anything
source_directory_sh "$HOME/.bashrc.d"