editor and pkgs not working on mac
Do you have brew installed? If you are using another package manager from macOS, it might not be added to the program.
For the editor, make sure you have the EDITOR variable set in your shell.
I would suggest putting this in your zshrc:
# example
EDITOR="vim"
Do you have brew installed? If you are using another package manager from macOS, it might not be added to the program.
For the editor, make sure you have the
EDITORvariable set in your shell. I would suggest putting this in your zshrc:# example EDITOR="vim"
Okay, I'll try it.
Well, this behaviour is intended https://github.com/dylanaraps/pfetch/blob/a906ff89680c78cec9785f3ff49ca8b272a0f96b/README.md?plain=1#L53 By the way my pkgs are not shown because of
$ brew config | grep HOMEBREW_PREFIX
HOMEBREW_PREFIX: /opt/homebrew