9 lines
86 B
Bash
9 lines
86 B
Bash
#!/bin/zsh
|
|
|
|
set -a
|
|
NO_AT_BRIDGE=1
|
|
QT_ACCESSIBILITY=0
|
|
|
|
MENUCONFIG_COLOR=blackbg
|
|
set +a
|