Add: screen reader fix for shell
This commit is contained in:
parent
3d68b5f7a8
commit
16a01d1171
1 changed files with 6 additions and 0 deletions
6
archlive/airootfs/root/.zlogin
Normal file
6
archlive/airootfs/root/.zlogin
Normal 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
|
Loading…
Reference in a new issue