I think it's ok to add this in a personal .zshrc, not on a distro level:If it breaks something - I'd probably know why and can easily fix it by removing alias/calling cat directly.Also, scripts almost always use bash or sh in shebang, not zsh. So it only triggers if I type cat in terminal.
Vibecoding:go to chatgptask it to make an appask it to fix errors (ad infinitum)???sell app (optional)get sued and ruin your reputation (hopefully)
I think it's ok to add this in a personal
.zshrc
, not on a distro level:If it breaks something - I'd probably know why and can easily fix it by removing alias/calling cat directly.
Also, scripts almost always use bash or sh in shebang, not zsh. So it only triggers if I type
cat
in terminal.