From 11a3d3a57c35ecdd5097d26c1c09898e41169b98 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Jun 2023 23:53:48 +0300 Subject: [PATCH] Updated Asahi (markdown) --- Asahi.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Asahi.md b/Asahi.md index 3a74c97..ec79928 100644 --- a/Asahi.md +++ b/Asahi.md @@ -29,10 +29,20 @@ sudo pacman -Syuu ``` sudo pacman -S git unp zip unzip p7zip qemu-desktop virt-manager remmina libreoffice-fresh \ -base-devel gimp inkscape keepassxc lazarus haxe zig godot sqlite3 curl wget mlocate +base-devel gimp inkscape keepassxc lazarus haxe zig godot sqlite3 curl wget mlocate nano ``` base-devel is like build-essential on Debian. +## Nano +``` +nano .zshrc +``` +To bottom add: +``` +export EDITOR=nano +``` +Close and reopen terminal (like Konsole). + ## Node.js Node.js 14.x version https://wiki.archlinux.org/title/node.js