about summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-02-18 00:42:40 -0500
committerelioat <elioat@tilde.institute>2023-02-18 00:42:40 -0500
commitadf69cfa110088bb3d366683ccd105a5807edf23 (patch)
tree39cd3c70ae0c2bd1d0d0c61ff656286b4c1a1199 /bash
parent58f4d66590cdb6d5595fc65c95c12669131911a6 (diff)
downloadtour-adf69cfa110088bb3d366683ccd105a5807edf23.tar.gz
*
Diffstat (limited to 'bash')
-rwxr-xr-xbash/moon-maker/mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/moon-maker/mm b/bash/moon-maker/mm
index 1d0763e..b7431c2 100755
--- a/bash/moon-maker/mm
+++ b/bash/moon-maker/mm
@@ -7,7 +7,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
     set -o xtrace
 fi
 
-EDITOR="subl"
+EDITOR="subl -n -b"
 
 add-moons () {
     if [[ -d ".moons" ]]; then