viasite-ansible / ansible-role-zsh

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

Alias 'ag' of plugin 'debian' conflicts with the_silver_searcher #6

Closed popstas closed 7 years ago

popstas commented 7 years ago

the_silver_searcher implemented as ag command.

Plugin debian overrides ag with alias.

I checked that I actually don't use anything alias from plugin and decided to remove it from default bundles.

If you used this plugin and found this issue, please notify me.

I think that I don't affected anybody.

You can still add debian plugin to zsh_antigen_bundles_extras in your playbook:

zsh_antigen_bundles_extras:
  - { name: debian, when: ansible_os_family == "Debian" }