New backup 2024-06-27 01:32:17
This commit is contained in:
parent
aae5340075
commit
d4abfb44cd
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'
|
|||
alias dfh="df -h | grep -v 'tmpfs'"
|
||||
#dev environment toolbox with proper term env var
|
||||
alias devbox="TERM=xterm-256color toolbox enter debian-sid-dev"
|
||||
alias devbox12="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"
|
||||
#git shortcut to quickly push all changes with comment
|
||||
pushall() {
|
||||
git add .
|
||||
|
|
Loading…
Add table
Reference in a new issue