New backup 2025-02-03 14:45:03

This commit is contained in:
Penelope Gwen 2025-02-03 14:45:03 -08:00
parent 9bcbc8e410
commit 8e749de482

View file

@ -35,7 +35,7 @@ sort_filesizes() {
#connect to android via adb as root
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 '/dev/'"
alias dfh="df -h | grep 'Use%\|/dev/'"
#dev environment toolbox with proper term env var
devpod(){
podman container start debian-sid-dev