Files
tms-archlinux-calamares-ins…/archiso/airootfs/root/.zlogin
2025-12-28 15:15:19 +08:00

7 lines
142 B
Bash
Executable File

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