Extensions load rcfiles
This commit is contained in:
parent
8c289fea17
commit
d9acf4ff93
5 changed files with 16 additions and 4 deletions
7
config/automatrop/roles/extensions/templates/extrc.sh.j2
Normal file
7
config/automatrop/roles/extensions/templates/extrc.sh.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
{% for extension in extensions %}
|
||||
trysource ~/.config/{{ extension }}scripts/{{ extension }}profile
|
||||
{% endfor %}
|
||||
{# TODO Rename profile as rc, and add env #}
|
||||
{# TODO Put in non-linked path #}
|
Loading…
Add table
Add a link
Reference in a new issue