New backup 2024-06-09 05:00:02

This commit is contained in:
Penelope Gwen 2024-06-09 05:00:02 -06:00
parent f0ad1209d2
commit 8a0a1ef6b6

View file

@ -33,7 +33,7 @@ sort_filesizes() {
du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort
} }
#connect to android via adb as root #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 #df -h without tmpfs
alias dfh="df -h | grep -v 'tmpfs'" alias dfh="df -h | grep -v 'tmpfs'"
#dev environment toolbox with proper term env var #dev environment toolbox with proper term env var