cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLinux Usersimagemessage-square137linkfedilinkarrow-up11.29Karrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up11.27Karrow-down1imageLinux Userscm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square137linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejanAkali@lemmy.sdf.orglinkfedilinkarrow-up3·edit-217 hours agoI 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.
minus-squarecrater2150@feddit.orglinkfedilinkarrow-up2·10 hours agoAlso, even zsh scripts don’t read your .zshrc by default.
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.Also, even zsh scripts don’t read your .zshrc by default.