|
|
@ -20,6 +20,6 @@ shopt -s extglob |
|
|
|
|
|
|
|
### OTHER CONFIG ### |
|
|
|
|
|
|
|
# Source all *.sh files in ~/.bashrc.d/ |
|
|
|
# Source all *.bash files in ~/.bashrc.d/ |
|
|
|
# shellcheck source=/dev/null |
|
|
|
for f in ~/.bashrc.d/*.sh; do source "$f"; done |
|
|
|
for f in ~/.bashrc.d/*.bash; do source "$f"; done |
|
|
|