Bryan Joshua Pedini
c8758fe259
not that you would ever need to go into that manually anyway, but still...
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
for source in colored_commands \
|
|
convenience_aliases \
|
|
git_functions \
|
|
histcontrol \
|
|
home_bin_folder \
|
|
ls_aliases \
|
|
safety_aliases \
|
|
terminal_colors \
|
|
terminal_fancyfying; do
|
|
if [ -f ~/.bashrc_overrides/$source ]; then
|
|
. ~/.bashrc_overrides/$source
|
|
fi
|
|
done
|