various minor shellcheck fixes
This commit is contained in:
parent
875e4b6f3a
commit
f10d6cddaa
5 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue