Making fish as the default user shell when it gets installed.

This commit is contained in:
Elijah Lazkani 2017-01-14 18:50:38 -05:00
parent 5657b173a9
commit 6826e556c5

View file

@ -8,6 +8,10 @@ oh-my-fish:
- target: {{ grains.homedir }}/oh-my-fish - target: {{ grains.homedir }}/oh-my-fish
- user: {{ grains.user }} - user: {{ grains.user }}
{{ grains.user }}:
user.present:
- shell: /usr/bin/fish
install-oh-my-fish: install-oh-my-fish:
cmd.run: cmd.run:
- name: bin/install --offline --noninteractive - name: bin/install --offline --noninteractive