From 73cc81d562dea617f4a9489fddaa7864f2e4bcf4 Mon Sep 17 00:00:00 2001 From: Andrey Diveev Date: Wed, 5 Aug 2026 21:01:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D0=BA=D0=B0:=20E?= =?UTF-8?q?DITOR=3Dnano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index afdecef..cdf8397 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ sudo apt update && sudo apt install curl git mc build-essential -y ``` +## Редактор по умолчанию (nano) + +```sh +echo 'export EDITOR=nano' >> ~/.bashrc +``` + ## Установка opencode ```sh