mirror of
https://git.suyu.dev/suyu/suyu-os.git
synced 2025-12-21 21:26:12 +01:00
- use gamemode - rebranded bootloader to suyuOS - included lastest source code - include user suyu This project is officially made BUT NOT OFFICIALLY SUPPORTED
6 lines
142 B
Bash
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
|