diff --git a/bink.py b/bink.py index a89a747..024ae55 100755 --- a/bink.py +++ b/bink.py @@ -24,7 +24,7 @@ except FileExistsError: try: editor = os.environ["EDITOR"] except KeyError: - editor = "micro" + editor = "nano" def create_post(body): with open(f"{home}/{time_ns()}", "w", encoding="UTF-8") as f: