Join rc and rc.local folders

This commit is contained in:
lachtan
2025-01-03 16:58:29 +00:00
parent 87cc0c95ac
commit 6854c3bfa8
12 changed files with 1 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"

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"