[bugfix] not working on chromium / open in order

This commit is contained in:
Klesh Wong 2020-12-26 09:09:20 +08:00
parent 4237fcc847
commit f1b7364028
2 changed files with 2 additions and 1 deletions

1
bin/bm
View File

@ -89,6 +89,7 @@ function _open_urls
if set link (string match -r $LINK_PATTERN $LINE)
$BROWSER $link[3] &>/dev/null &
disown
sleep 0.01
end
end
end

View File

@ -39,7 +39,7 @@ exitrepo
# enable browserpass for browsers
cd /usr/lib/browserpass
has_cmd chromium-browser && make hosts-chromium-user
has_cmd chromium && make hosts-chromium-user
has_cmd firefox && make hosts-firefox-user
has_cmd google-chrome && make hosts-chrome-user
cd -