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: