mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue