aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc.d')
-rw-r--r--shellrc.d/dev1
1 files changed, 0 insertions, 1 deletions
diff --git a/shellrc.d/dev b/shellrc.d/dev
index 1c54322..b365b62 100644
--- a/shellrc.d/dev
+++ b/shellrc.d/dev
@@ -36,7 +36,6 @@ mcoverage() {
meson configure build -Db_coverage=true
meson test -C build "$@"
ninja -C build coverage-html
- xdg-open build/meson-logs/coveragereport/index.html
}
mdist() {