urlhandler: re-order variables

This commit is contained in:
tastytea 2022-04-15 07:04:26 +02:00
parent 221f805921
commit ca6a58619c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -15,10 +15,10 @@ if [[ ${#o_help} -ne 0 || ! -v 1 ]]; then
fi
local -a urls=(${@})
local default_cmd="firefox"
autoload -U readwwwlog
zmodload zsh/pcre
local default_cmd="firefox"
local mpv="mpv --force-window=yes"
local -A assignments=(