6 lines
178 B
Bash
6 lines
178 B
Bash
# 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"
|