Add: screen reader fix for shell

This commit is contained in:
Aroy-Art 2024-12-14 22:32:16 +01:00
parent 3d68b5f7a8
commit 16a01d1171
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

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