mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-09-13 22:12:04 +02:00
shell/*: fix most shellcheck errors
This commit is contained in:
parent
ced309e5a4
commit
0d8a6f0c01
9 changed files with 67 additions and 53 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
for profile in ~/.profile.d/*.sh; do
|
||||
if [ -x "$profile" ]; then
|
||||
source $profile
|
||||
# shellcheck source=/dev/null
|
||||
. "$profile"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue