mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-15 12:52:20 -04:00
allow a generic override by ~/.divested.vars
Signed-off-by: steadfasterX <steadfasterX@users.noreply.github.com>
This commit is contained in:
parent
299334b36d
commit
7bbbe2559a
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