diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 5ec7c17..f31cbc5 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -10,6 +10,10 @@ "buffer_line_height": "standard", "buffer_font_family": "CommitMono", "buffer_font_weight": 600, + "terminal": { + "font_family": "CommitMono Nerd Font", + "font_weight": 600, + }, "telemetry": { "diagnostics": false, "metrics": false,