Lolcat plugin doesn't work in my zshrc file

Viewed 26

I am trying to configure neofetch with lolcat so I can print an ASCII OS logo in my linux terminal. I use ZSH as my shell and the problem comes whenever I add a lolcat command in the zshrc file, for example: neofetch --ascii_distro Kali | lolcat

This command will print the Kali ASCII art but without the lolcat color thing.

Does anybody know what could be the issue?

1 Answers

You have to place it at the beginning of your ~/.zshrc file for lolcat to render it correctly.

See here for a similar issue.

Related