New backup 2025-01-29 14:45:02

This commit is contained in:
Penelope Gwen 2025-01-29 14:45:02 -08:00
parent 0d3e823d30
commit 9bcbc8e410

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 -v 'tmpfs'"
alias dfh="df -h | grep '/dev/'"
#dev environment toolbox with proper term env var
devpod(){
podman container start debian-sid-dev