Skip to content

Commit

Permalink
fix: don't install tmux if plugin enabled, but enable plugin if tmux …
Browse files Browse the repository at this point in the history
…installed
  • Loading branch information
popstas committed Apr 2, 2017
1 parent d145b59 commit 640ab24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions tasks/install-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@
- zsh
- git
- wget

- name: Install tmux
apt:
name: tmux
state: present
when: "'tmux' in zsh_antigen_bundles"
6 changes: 0 additions & 6 deletions tasks/install-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@
- zsh
- git
- wget

- name: Install tmux
homebrew:
name: tmux
state: present
when: "'tmux' in zsh_antigen_bundles"
6 changes: 0 additions & 6 deletions tasks/install-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@
- zsh
- git
- wget

- name: Install tmux
yum:
name: tmux
state: present
when: "'tmux' in zsh_antigen_bundles"

0 comments on commit 640ab24

Please sign in to comment.