index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-12-01 20:18:41 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-12-01 20:18:41 +0100 |
commit | 20e6f9e0fbdb5b3a4bb331e4e4ee3b38cb9ca67e (patch) | |
tree | 00895522212a47494f4961add0add1949458def6 | |
parent | bc6c363e629ea33d944be09a53c20b97b41d41f8 (diff) | |
parent | 477294955a52874e167c33994dd99f9f3d60d912 (diff) |
-rw-r--r-- | configs/releng/airootfs/root/.zlogin | 2 |
diff --git a/configs/releng/airootfs/root/.zlogin b/configs/releng/airootfs/root/.zlogin index 0fb119d..bf6bc8f 100644 --- a/configs/releng/airootfs/root/.zlogin +++ b/configs/releng/airootfs/root/.zlogin @@ -1,5 +1,5 @@ # fix for screen readers -if grep -Fq 'accessibility=' /proc/cmdline &> /dev/null; then +if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then setopt SINGLE_LINE_ZLE fi |