summaryrefslogtreecommitdiffstats
path: root/.scripts/opout
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-09-16 20:22:43 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-09-16 20:22:43 -0400
commit974dbccfcba32d0644e7c8e3bc8c3993347fd6e7 (patch)
tree78f2d882227e95e84c28bb67699244a80d5c0600 /.scripts/opout
parent58dcdd43780f4613cc99131f9d364270a2719389 (diff)
downloadeibhear-974dbccfcba32d0644e7c8e3bc8c3993347fd6e7.tar.gz
eibhear-974dbccfcba32d0644e7c8e3bc8c3993347fd6e7.tar.zst
eibhear-974dbccfcba32d0644e7c8e3bc8c3993347fd6e7.zip
opout to truebrowser
Diffstat (limited to '.scripts/opout')
-rwxr-xr-x.scripts/opout2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/opout b/.scripts/opout
index 28dcafd..e716b94 100755
--- a/.scripts/opout
+++ b/.scripts/opout
@@ -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