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