Gen 317: removed deprecated terminal/command counter from splash.sh

This commit is contained in:
pagedMov
2024-10-11 00:34:28 -04:00
parent 6794360987
commit 88523add75
2 changed files with 3 additions and 5 deletions

View File

@@ -3,6 +3,4 @@
echo "NixOS kernel ver. $(uname -a | awk '{print $3}') x86_64 GNU/Linux"
date +"%A %B %-d %Y"
echo -e "\033[38;2;0;180;205m$(toilet -t -f Slant.flf glasshouse)\033[0m"
echo -e "\033[38;2;0;180;205mTerminals Opened This Session:\033[0m $TERMINAL_COUNT"
echo -e "\033[38;2;0;180;205mCommands Entered This Session:\033[0m $CMD_COUNT"
echo