New backup 2025-07-13 09:30:07

This commit is contained in:
Penelope Gwen 2025-07-13 09:30:07 -07:00
parent f9e85a0e97
commit bb13d0eeee

View file

@ -40,6 +40,7 @@ sort_filesizes-monitor() {
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 'Use%\|/dev/'"
alias dfh-monitor="watch 'df -h | grep \"Use%\|/dev/\"'"
#dev environment toolbox with proper term env var
devpod(){
podman container start debian-sid-dev