mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-04-01 18:35:50 -04:00
allow a generic override by ~/.divested.vars
Signed-off-by: steadfasterX <steadfasterX@users.noreply.github.com>
This commit is contained in:
parent
ad32c617d5
commit
5d066effb6
@ -106,6 +106,7 @@ export DOS_THEME_700="E64A19"; #Deep Orange 700
|
||||
#
|
||||
#END OF USER CONFIGURABLE OPTIONS
|
||||
#
|
||||
[ -f "$HOME/.divested.vars" ] && source $HOME/.divested.vars && echo "included $HOME/.divested.vars config"
|
||||
[ -f "$HOME/.divested.vars.${BDEVICE}" ] && source $HOME/.divested.vars.${BDEVICE} && echo "included $HOME/.divested.vars.${BDEVICE} config"
|
||||
|
||||
umask 0022;
|
||||
|
Loading…
x
Reference in New Issue
Block a user