diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-18 18:49:55 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-18 18:49:55 +0100 |
| commit | a4132feeeb7dae4ec8a3b3292748c2618022a50a (patch) | |
| tree | 462aa9542a0022eadf937ad73d34dcb5a06428b6 | |
| parent | 4b3ec2831770d649f2f61fac0860ce4bc61f56f1 (diff) | |
Replace default editor to vim
| -rwxr-xr-x | install-artix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
