AriaOS/server/airootfs/root/.zlogin
zontreck 6856542e66 feat(initial): initial commit
Signed-off-by: zontreck <tarapiccari@gmail.com>
2024-10-05 22:20:07 -07:00

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