From b8f513fdff320d29e307c661f75ce82ca7bcd597 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 8 Sep 2020 14:25:55 +0200 Subject: [PATCH] Simplified default python command --- src/files.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.hpp b/src/files.hpp index 792aebf..e1f08c9 100644 --- a/src/files.hpp +++ b/src/files.hpp @@ -116,7 +116,7 @@ const std::string default_config_file = R"RAW({ R"RAW( "grep_command": "grep", "cargo_command": "cargo", - "python_command": "PYTHONUNBUFFERED=1 python", + "python_command": "python -u", "markdown_command": "grip -b" }, "keybindings": {