From de4321124357f34ee773d8f4a00fa01463c2074f Mon Sep 17 00:00:00 2001 From: nebula Date: Thu, 24 Apr 2025 06:06:38 +0000 Subject: [PATCH] change default editor to micro --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index 024ae55..a89a747 100755 --- a/bink.py +++ b/bink.py @@ -24,7 +24,7 @@ except FileExistsError: try: editor = os.environ["EDITOR"] except KeyError: - editor = "nano" + editor = "micro" def create_post(body): with open(f"{home}/{time_ns()}", "w", encoding="UTF-8") as f: