From 62af17c260ae40d1f015bb984b94318db31ae392 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 2 May 2024 17:45:02 -0600 Subject: [PATCH] New backup 2024-05-02 17:45:02 --- default/home/.sapphrc/default | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index a738d24..8e2e5a3 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -34,6 +34,8 @@ sort_filesizes() { [ -z ${1} ] && local dir="." || local dir="${1}" du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort } +# connect to android via adb as root +alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'" #User Env Vars export DEBEMAIL="support@pogmom.me"