solarityliveboot/airootfs/root/.zlogin
2022-01-26 22:50:47 -07:00

6 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