solarityliveboot/airootfs/root/.zlogin

7 lines
142 B
Text
Raw Normal View History

2022-01-27 00:50:47 -05:00
# fix for screen readers
2023-05-18 00:11:46 -04:00
if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
2022-01-27 00:50:47 -05:00
setopt SINGLE_LINE_ZLE
fi
~/.automated_script.sh