This commit is contained in:
Matthieu Jolimaitre 2024-02-19 22:16:01 +01:00
commit 297c92a4b0
86 changed files with 1252 additions and 0 deletions

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