mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
More fixes
Ensure new shells have the correct settings too. Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
042b9063d1
commit
b78944933c
31 changed files with 88 additions and 12 deletions
|
@ -165,7 +165,6 @@ export GRADLE_OPTS="-Xmx2048m";
|
|||
export TZ=:/etc/localtime;
|
||||
export LC_ALL=C;
|
||||
export LANG=en_US.UTF-8;
|
||||
alias patch='patch --no-backup-if-mismatch';
|
||||
|
||||
#START OF VERIFICATION
|
||||
#gpgVerifyGitHead $DOS_WORKSPACE_ROOT;
|
||||
|
@ -174,12 +173,6 @@ alias patch='patch --no-backup-if-mismatch';
|
|||
#gpgVerifyGitHead $DOS_WALLPAPERS;
|
||||
#END OF VERIFICATION
|
||||
|
||||
source "$DOS_SCRIPTS_COMMON/Shell.sh";
|
||||
source "$DOS_SCRIPTS_COMMON/Functions.sh";
|
||||
source "$DOS_SCRIPTS/Functions.sh";
|
||||
|
||||
unalias cp &>/dev/null || true;
|
||||
unalias mv &>/dev/null || true;
|
||||
unalias rm &>/dev/null || true;
|
||||
unalias ln &>/dev/null || true;
|
||||
|
||||
alias cp='cp --reflink=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue