zap-zsh / zap

:zap: Zap is a minimal zsh plugin manager
https://www.zapzsh.com/
GNU General Public License v3.0
942 stars 33 forks source link

bat not activated #185

Closed TeriyakiBomb closed 1 month ago

TeriyakiBomb commented 1 month ago

Describe the bug

I'm trying to move terminal tools from homebrew to zap to keep things all in one place and it does not work with bat, I get the message "❌ bat not activated"

Steps to reproduce

run brew uninstall bat run either plug plug "sharkdp/bat" or adding plug plug "sharkdp/bat" to .zshrc Open a terminal (Hyper in my case)

Expected behavior

Being able to use bat

Screenshots and recordings

No response

OS / Linux distribution

MacOS

Zsh version

5.9

Zap version

release-v1/1.2.3

Terminal emulator

Hyper

If using WSL on Windows, which version of WSL

None

Additional context

No response

ChristianChiarulli commented 1 month ago

If I'm understanding this correctly I think your expectation is that zap will install the bat program. But zap doesn't do that it just installs zsh plugins that may extend programs like bat with things like aliases, functions, exports completions, etc..

The repo you linked isn't a zsh plugin.