viasite-ansible / ansible-role-zsh

Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
https://habrahabr.ru/post/323496/
MIT License
346 stars 84 forks source link

How can I disable a bundle? #30

Closed codayblue closed 5 years ago

codayblue commented 5 years ago

I want to disable the the auto suggestion bundle but from what I have found I appear to have to edit the .zshrc which says to not edit it and to use the .zshrc.local. I just wanted to check if there was a way I am not aware of or if I should make a PR to add functionality to be able to choose bundles you dont want?

popstas commented 5 years ago

You should copy zsh_antigen_bundles from default.yml to your playbook and remove autosuggestions from bundles list.

codayblue commented 5 years ago

That solved my issue thanks!