Skip to content

Commit

Permalink
Merge c4ac8ba into 5f964f7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony763 committed Oct 26, 2022
2 parents 5f964f7 + c4ac8ba commit d1b9fa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/mycroft-config
Expand Up @@ -52,7 +52,8 @@ if [ -z "$EDITOR" ] ; then
if which sensible-editor > /dev/null ; then
EDITOR="sensible-editor"
else
EDITOR="nano --syntax=json --tempfile"
# -t mean --saveonexit (--tempfile in pre 5.0 version)
EDITOR="nano --syntax=json -t"
fi
fi

Expand Down

0 comments on commit d1b9fa2

Please sign in to comment.