From a4132feeeb7dae4ec8a3b3292748c2618022a50a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 18 Apr 2024 18:49:55 +0100 Subject: Replace default editor to vim --- install-artix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-artix.sh') diff --git a/install-artix.sh b/install-artix.sh index f07e0d9..03e44d9 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -232,7 +232,7 @@ basestrap /mnt \ linux linux-firmware \ grub efibootmgr os-prober \ btrfs-progs \ - git nano man-{db,pages} "${ucode}" + git vim man-{db,pages} "${ucode}" # req. for refind bootloader # basestrap /mnt refind artools-base gdisk @@ -273,7 +273,7 @@ artix-chroot /mnt bash -c \ artix-chroot /mnt bash -c "hwclock -w" # Set default text editor -echo "export EDITOR=nano" >> /mnt/etc/profile +echo "export EDITOR=vim" >> /mnt/etc/profile # Set hostname echo "${hostname}" > /mnt/etc/hostname -- cgit