From 8a0a1ef6b6e1190ec42f852f1589d2e90d187039 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 9 Jun 2024 05:00:02 -0600 Subject: [PATCH] New backup 2024-06-09 05:00:02 --- default/home/.sapphrc/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index cac3728..ed1a16d 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -33,7 +33,7 @@ sort_filesizes() { 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 -'" +alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'" #df -h without tmpfs alias dfh="df -h | grep -v 'tmpfs'" #dev environment toolbox with proper term env var