this did not work for me when i edit my .bashrc file and use
figlet -f slant -c "my text" | lolcat figlet -f slant -c "my text" | lolcat
it works on fresh terminal but after clear disappears and i want my banner to always be displayed even after clear or clear -x command i tried both
alias clear='clear && figlet -f slant -c "my text" | lolcat' also tried alias clear=clear && figlet -f slant -c "my text" | lolcat
also tried this in two lines and in a single line as i have two figlet commands, but my attempts to see if it would work was with a single figlet command
i have tried with the (figlet command being in parenthesis) as well
all in all i used your string in 8 different combinations and none of them work