dylanaraps / pfetch

🐧 A pretty system information tool written in POSIX sh.
MIT License
2.06k stars 167 forks source link

editor and pkgs not working on mac #192

Open AmelloAster opened 2 years ago

AmelloAster commented 2 years ago
image image
jules-party commented 2 years ago

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"
AmelloAster commented 2 years ago

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"

Okay, I'll try it.

polluks commented 2 years ago

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