New backup 2024-12-12 13:30:02

This commit is contained in:
Penelope Gwen 2024-12-12 13:30:02 -08:00
parent 47ff428827
commit 109c44e64b

View file

@ -37,7 +37,8 @@ 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
alias devpod="TERM=xterm-256color podman exec -it debian-sid-dev /bin/bash"
home_subir=`pwd | sed "s;${HOME};~;"`
alias devpod="TARGET=$(pwd) TERM=xterm-256color podman exec -it debian-sid-dev /bin/bash -c cd ${home_subdir}"
#alias devbox-stable="TERM=xterm-256color toolbox enter debian-toolbox-12"
#alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing"
#git shortcut to quickly push all changes with comment