opout to truebrowser
This commit is contained in:
parent
58dcdd4378
commit
974dbccfcb
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ filename="${filename%.*}"
|
||||||
|
|
||||||
case "$ext" in
|
case "$ext" in
|
||||||
tex|md|rmd) zathura $filename.pdf & ;;
|
tex|md|rmd) zathura $filename.pdf & ;;
|
||||||
html) $BROWSER --new-window $filename.html & ;;
|
html) $TRUEBROWSER --new-window $filename.html & ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue