diff --git a/bin/qemush b/bin/qemush index 1f568c8..67a6584 100755 --- a/bin/qemush +++ b/bin/qemush @@ -6,7 +6,9 @@ # Environment PATH="${HOME}/launchers:${HOME}/bin:${PATH}" -EDITOR="${EDITOR:-nvim}" +# I don't even know why shellcheck gives me this warning +# shellcheck disable=2209 +[ -z "$EDITOR" ] && EDITOR=vi export QEMUSH_NAME # Aliases