Add helper functions

This commit is contained in:
Martin Blazik
2022-10-01 09:28:16 +02:00
parent 024c55482b
commit 42bd496419
3 changed files with 18 additions and 4 deletions

5
rc/zz-local.sh Normal file
View File

@@ -0,0 +1,5 @@
# 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"