variabilized terminal fancifying (client/server)

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

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
}