source extras per the usual
This commit is contained in:
parent
3c2e4ab66a
commit
83b5bd9afb
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ path=(
|
||||||
$path
|
$path
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# start by sourcing extras
|
||||||
|
for rcfile in $HOME/.extra/runcom/*; do
|
||||||
|
source $rcfile
|
||||||
|
done
|
||||||
|
|
||||||
#
|
#
|
||||||
# Less
|
# Less
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue