Set fish as the default shell
This commit is contained in:
parent
ba223b87f1
commit
4a4c688340
|
@ -15,3 +15,6 @@
|
|||
- { role: opdavies.sculpin, tags: ['sculpin'] }
|
||||
- { role: sublime, tags: ['sublime'] }
|
||||
- { role: mkdocs, tags: ['mkdocs'] }
|
||||
|
||||
post_tasks:
|
||||
- { include: tasks/fish.yml, tags: ['base'] }
|
||||
|
|
6
tasks/fish.yml
Normal file
6
tasks/fish.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Set fish as the default shell.
|
||||
become: yes
|
||||
user:
|
||||
name: opdavies
|
||||
shell: /usr/local/bin/fish
|
Loading…
Reference in a new issue