памятка: EDITOR=nano

This commit is contained in:
2026-08-05 21:01:50 +03:00
parent 6ded6cfb75
commit 73cc81d562

View File

@@ -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