various minor shellcheck fixes

This commit is contained in:
Maarten van Gompel 2021-06-06 15:39:38 +02:00
parent 875e4b6f3a
commit f10d6cddaa
5 changed files with 6 additions and 6 deletions

View file

@ -104,7 +104,7 @@ customxinit() {
# shellcheck disable=SC1090
[ ! -e "$XDG_CONFIG_HOME/sxmo/xinit" ] && defaultconfig
# shellcheck disable=SC1090
# shellcheck disable=SC1090,SC1091
. "$XDG_CONFIG_HOME/sxmo/xinit"
set +o allexport
}