opout to truebrowser

This commit is contained in:
Luke Smith 2018-09-16 20:22:43 -04:00
parent 58dcdd4378
commit 974dbccfcb

View file

@ -8,5 +8,5 @@ filename="${filename%.*}"
case "$ext" in
tex|md|rmd) zathura $filename.pdf & ;;
html) $BROWSER --new-window $filename.html & ;;
html) $TRUEBROWSER --new-window $filename.html & ;;
esac