Files
linux-workspace/rc/zz-local.sh
2022-10-16 19:04:05 +02:00

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"