fixed typo, updated variable fancyfy

This commit is contained in:
Bryan Joshua Pedini 2023-12-12 14:50:24 +01:00
parent 4833a0a72e
commit ab8821aa4c
3 changed files with 2 additions and 2 deletions

View File

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

View File

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