From 67be276dc20ca80a6d1b535f2d72c0138c85af0d Mon Sep 17 00:00:00 2001 From: Lyanis Souidi Date: Tue, 30 Apr 2024 01:48:29 +0200 Subject: [PATCH] Enable case-insensitive completion --- scripts/sandbox-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/sandbox-install b/scripts/sandbox-install index a508751..821020b 100644 --- a/scripts/sandbox-install +++ b/scripts/sandbox-install @@ -144,6 +144,9 @@ LABEL arch APPEND root=/dev/sda2 rw resume=/dev/sda1 " > /boot/syslinux/syslinux.cfg +# Enable case-insensitive completion +echo 'set completion-ignore-case On' >> /etc/inputrc + # Install AUR packages 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