diff options
Diffstat (limited to 'bash')
-rwxr-xr-x | bash/moon-maker/mm | 2 |
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 |