kutsan / zsh-system-clipboard

System clipboard key bindings for Zsh Line Editor with vi mode. It is similar to what `set clipboard=unnamed` does for vim.
GNU General Public License v3.0
140 stars 16 forks source link

Command not found: suggest_to_install #13

Closed ajholyoake closed 5 years ago

ajholyoake commented 5 years ago

When starting zsh I get the following error:

/home/ajholyoake/.antigen/bundles/kutsan/zsh-system-clipboard/zsh-system-clipboard.zsh:62: command not found: suggest_to_install

I'm using the plugin with antigen:

antigen bundle "kutsan/zsh-system-clipboard"

Deleting my .antigen folder and doing an antigen reset does not get rid of the issue.

Do you have any ideas of how to track this down?