chore: update arch scripts and add vc alias

This commit is contained in:
mitchell 2026-07-27 00:39:24 -04:00
parent 061b0923bc
commit 69ca2dd73b
3 changed files with 5 additions and 2 deletions

View file

@ -95,7 +95,7 @@ function set_locale
sed -i 's/#en_US.UTF-8/en_US.UTF-8/' /etc/locale.gen
locale-gen
echo 'LANG=en_US.UTF-8' >/etc/locale.conf
touch /etc/vconsole.conf
echo 'KEYMAP=us' >/etc/vconsole.conf
end
function set_hostname -a new_hostname