mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
6 lines
142 B
Bash
6 lines
142 B
Bash
# fix for screen readers
|
|
if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
|
setopt SINGLE_LINE_ZLE
|
|
fi
|
|
|
|
~/.automated_script.sh
|