Enable case-insensitive completion

This commit is contained in:
Lyanis SOUIDI 2024-04-30 01:48:29 +02:00
parent 506ee51135
commit 67be276dc2

View File

@ -144,6 +144,9 @@ LABEL arch
APPEND root=/dev/sda2 rw resume=/dev/sda1 APPEND root=/dev/sda2 rw resume=/dev/sda1
" > /boot/syslinux/syslinux.cfg " > /boot/syslinux/syslinux.cfg
# Enable case-insensitive completion
echo 'set completion-ignore-case On' >> /etc/inputrc
# Install AUR packages # Install AUR packages
useradd --no-user-group -g users --create-home --home-dir /tmp/aur-install aur-install useradd --no-user-group -g users --create-home --home-dir /tmp/aur-install aur-install
echo "aur-install ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/aur-install echo "aur-install ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/aur-install