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

@ -32,7 +32,7 @@ command -v "$EDITOR" > /dev/null || export EDITOR=vis
# user's computer
#aliases aren't expanded in bash
# shellcheck disable=SC2039
# shellcheck disable=SC2039,SC3044
command -v shopt > /dev/null && shopt -s expand_aliases
alias dmenu="sxmo_dmenu.sh"