- zsh-autosuggestions
history | fzf
alias cat="bat --plain --theme=gruvbox-dark"
janAkali
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: November 7th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Same thing. Coding agents just automate the third step and waste even more money and energy.
Vibecoding:
- go to chatgpt
- ask it to make an app
- ask 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.