We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use antibody zsh plugin manager with this minimized configuration:
# 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
The text was updated successfully, but these errors were encountered:
Hello. I use my own plugin manager, who add bin/ directory to $PATH. So, I think that this plugin doesn't useful without this.
Sorry, something went wrong.
<plugin>/bin
No branches or pull requests
I use antibody zsh plugin manager with this minimized configuration:
And during the start of tmux I see the error message:
The text was updated successfully, but these errors were encountered: