add modular bashrc
This commit is contained in:
parent
3391f67080
commit
04aba0d670
16 changed files with 49 additions and 21 deletions
|
@ -32,3 +32,7 @@
|
|||
shell:
|
||||
cmd: "~/.asdf/bin/asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git"
|
||||
creates: ~/.asdf/plugins/elixir
|
||||
- name: Copy asdf.bashrc
|
||||
copy:
|
||||
src: "{{ role_path }}/files/asdf.bashrc"
|
||||
dest: ~/.bashrc.d/asdf.bashrc
|
||||
|
|
Reference in a new issue