source extras per the usual

This commit is contained in:
Daylin Morgan 2023-02-20 14:26:36 -06:00
parent 3c2e4ab66a
commit 83b5bd9afb

View file

@ -34,6 +34,11 @@ path=(
$path $path
) )
# start by sourcing extras
for rcfile in $HOME/.extra/runcom/*; do
source $rcfile
done
# #
# Less # Less
# #