variabilized terminal fancifying (client/server)

This commit is contained in:
Bryan Joshua Pedini 2023-12-12 14:45:02 +01:00
parent 3c4e7d7858
commit fd349baa99
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,6 @@ for source in colored_commands \
ls_aliases \
safety_aliases \
terminal_colors \
terminal_fancyfying; do
${TERMINAL_FANCIFY}; do
. "$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/$source"
done

View File

@ -43,6 +43,7 @@ _delete() {
_bashrc_ref() {
echo "#REF:bashrc_overrides:REF" >> ~/.bashrc
echo "export TERMINAL_FANCIFY=terminal_fancyfying" >> ~/.bashrc
echo ". ${THIS}/bashrc_overrides/_all" >> ~/.bashrc
}