Moving to zshell instead and reverting back the changes to fish

This commit is contained in:
Elijah Lazkani 2017-03-04 00:04:16 -05:00
parent 6ed625f70f
commit 1bbcc9fd04
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ oh-my-fish:
install-oh-my-fish:
cmd.run:
- name: fish -c "bin/install --noninteractive --offline"
- name: bin/install --noninteractive --offline
- cwd: {{ grains.homedir }}/oh-my-fish
- runas: {{ grains.user }}
- unless: test -d {{ grains.homedir }}/.local/share/omf

View file

@ -2,4 +2,4 @@ base:
'*':
- git
- spacemacs
- fish
- zsh