79832091

Date: 2025-11-27 21:35:15
Score: 1
Natty:
Report link

The executable is zeditor, not zed.

And it is located with:
ls /usr/bin/ | grep zed

To change that, create an alias:
alias zed="zeditor"
Add that line to your ~/.bashrc or ~/.zshrc depending on what you use, then reload the file:
source ~/.bashrc # or source ~/.zshrc

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kolya Nazarov