From 1281e085c854db691cb150c1633feeeca166fc99 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 10:51:28 +0000 Subject: [PATCH] fixed vi softlink --- post/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/run.sh b/post/run.sh index 389ad01..cb1b4c4 100644 --- a/post/run.sh +++ b/post/run.sh @@ -23,7 +23,7 @@ systemctl enable ip6tables echo "Install minimal required packages..." pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch neovim -ln -s /usr/bin/vi /usr/bin/nvim +ln -s /usr/bin/nvim /usr/bin/vi echo "Setup motd default..." echo "neofetch" >> /etc/profile.d/neofetch.sh