ISO/configs/releng/airootfs/root/.zlogin
Alexander Epaneshnikov 6a39300b0f implement accessibility support in archiso
this fixes #67
2020-10-29 12:30:37 +00:00

7 lines
141 B
Bash

# fix for screen readers
if grep -Fq 'accessibility=' /proc/cmdline &> /dev/null; then
setopt SINGLE_LINE_ZLE
fi
~/.automated_script.sh