iso/bio/airootfs/root/.zlogin
2023-03-22 01:11:43 +08: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