cleanup #4

Merged
lachtan merged 2 commits from cleanup into master 2025-01-03 19:07:13 +01: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"