summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Buttke <nate-web@riseup.net>2022-11-06 19:28:42 -0800
committerNate Buttke <nate-web@riseup.net>2022-11-06 19:28:42 -0800
commit580c2086c77690378611536de4f708c9940a0c60 (patch)
tree5bd8d4c4e6ef0614f412f079488e130ff8189234
parent2f53a4f209aa6106d360dcddf52f5bb81257d830 (diff)
do not open vim if firefox option is pickedHEADmaster
-rwxr-xr-xplan3
1 files changed, 2 insertions, 1 deletions
diff --git a/plan b/plan
index 0bf7f3a..954e287 100755
--- a/plan
+++ b/plan
@@ -42,6 +42,7 @@ then
markdown $filepath.md > $filepath.html
firefox $filepath.html
fi
+ else
+ openPlan
fi
fi
-openPlan