small pixel drawing of a pufferfish dotfiles

zora -> chromium
Jes Olson j3s@c3f.net
Tue, 10 Jan 2023 18:27:02 -0800
commit

a4914ed5b51f920500b4d1c5d49e5ff25cb4015b

parent

a39d7171ef1e5c8294f2d6a7ba3bb8adaf4d417d

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M bin/zora/xdg-openbin/zora/xdg-open

@@ -1,13 +1,10 @@

#!/bin/sh case "${1%%:*}" in http|https) - exec firefox "$1" + exec chromium "$1" ;; *.pdf) exec zathura "$1" - ;; - slack) - exec chromium --app=https://digitalocean.slack.com --new-window "$1" ;; *) exec /usr/bin/xdg-open "$@"