New backup 2025-01-21 15:00:02
This commit is contained in:
parent
023d8a383e
commit
e2dab91855
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ devpod(){
|
|||
podman container start debian-sid-dev
|
||||
podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -it debian-sid-dev /bin/bash
|
||||
}
|
||||
simplewebserver(){
|
||||
python3 -m http.server
|
||||
}
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue