New backup 2024-12-12 13:30:02
This commit is contained in:
parent
47ff428827
commit
109c44e64b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
#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
|
||||||
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-stable="TERM=xterm-256color toolbox enter debian-toolbox-12"
|
||||||
#alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing"
|
#alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing"
|
||||||
#git shortcut to quickly push all changes with comment
|
#git shortcut to quickly push all changes with comment
|
||||||
|
|
Loading…
Add table
Reference in a new issue