Fix bash
profile config
This commit is contained in:
parent
2289ea085e
commit
d3221717bc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ env: []
|
||||||
path: []
|
path: []
|
||||||
script:
|
script:
|
||||||
- value: |
|
- value: |
|
||||||
[ -f /bash/conf.d/* ~/.config/bash/conf.d/* ] && . /bash/conf.d/* ~/.config/bash/conf.d/* || true
|
[ -n "$(bash -c 'shopt -s nullglob; echo {/etc,~/.config}/bash/conf.d/*')" ] && . {/etc,~/.config}/bash/conf.d/* || true
|
||||||
if: match .Shell "bash"
|
if: match .Shell "bash"
|
||||||
- value: |
|
- value: |
|
||||||
# Profile Files
|
# Profile Files
|
||||||
|
|
Loading…
Reference in a new issue