Moving to zshell instead and reverting back the changes to fish
This commit is contained in:
parent
6ed625f70f
commit
1bbcc9fd04
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -2,4 +2,4 @@ base:
|
|||
'*':
|
||||
- git
|
||||
- spacemacs
|
||||
- fish
|
||||
- zsh
|
||||
|
|
Loading…
Reference in a new issue