diff --git a/sh/load.sh b/sh/load.sh new file mode 100644 index 0000000..94d842a --- /dev/null +++ b/sh/load.sh @@ -0,0 +1,4 @@ +# Sources necessary shell scripts +if [ -d "./custom" ]; then + source ./custom/*.sh +fi