getantibody / antibody

The fastest shell plugin manager.
http://getantibody.github.io
MIT License
1.68k stars 62 forks source link

Add the `<plugin>/bin` directory to the path #294

Closed XVilka closed 4 years ago

XVilka commented 5 years ago

I use antibody zsh plugin manager with this minimized configuration (important part here is the zsh-zpm/tmux plugin).:

# Load antibody plugin manager
source <(antibody init)

# Plugins
antibody bundle zdharma/fast-syntax-highlighting
antibody bundle zsh-users/zsh-autosuggestions
antibody bundle zsh-users/zsh-history-substring-search
antibody bundle zsh-users/zsh-completions
antibody bundle marzocchi/zsh-notify
# Functional zsh
antibody bundle Tarrasch/zsh-functional
# Colorize ls/exa output
antibody bundle zpm-zsh/ls
# Tmux integration
antibody bundle zpm-zsh/tmux

And during the start of tmux I see the error message:

/home/user/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-zpm-zsh-SLASH-tmux/tmux.plugin.zsh:27: command not found: _tmux_motd

See the bug in zsh tmux plugin: https://github.com/zpm-zsh/tmux/issues/2

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

XVilka commented 5 years ago

@stale bot, you are not being helpful.

caarlos0 commented 5 years ago

can you open a PR for that?

caarlos0 commented 5 years ago

I think you can also:

antibody bundle zpm-zsh/tmux path:bin
antibody bundle zpm-zsh/tmux
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.