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