mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +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