Fix bash profile config

This commit is contained in:
Manuel Thalmann 2024-03-20 20:37:41 +01:00
parent 80d57ae22e
commit 7c6e8372d1

View file

@ -3,7 +3,7 @@ env: []
path: []
script:
- 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"
- value: |
# Profile Files