cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoLinux Userslemmy.mlimagemessage-square141linkfedilinkarrow-up11.2Karrow-down122
arrow-up11.18Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square141linkfedilink
minus-squarejanAkali@lemmy.sdf.orglinkfedilinkarrow-up2·edit-22 days 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.
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.