New backup 2024-05-16 20:15:01
This commit is contained in:
parent
6926ff56c3
commit
472dc0128e
2 changed files with 4 additions and 1 deletions
3
de/home/.config/sway-profiles/global-shortcuts/adb_termux
Executable file
3
de/home/.config/sway-profiles/global-shortcuts/adb_termux
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
adb_root
|
|
@ -35,7 +35,7 @@ sort_filesizes() {
|
||||||
du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort
|
du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort
|
||||||
}
|
}
|
||||||
# connect to android via adb as root
|
# connect to android via adb as root
|
||||||
alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'"
|
#alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'"
|
||||||
|
|
||||||
#User Env Vars
|
#User Env Vars
|
||||||
export DEBEMAIL="support@pogmom.me"
|
export DEBEMAIL="support@pogmom.me"
|
||||||
|
|
Loading…
Add table
Reference in a new issue