diff --git a/de/home/.config/sway-profiles/global-shortcuts/adb_termux b/de/home/.config/sway-profiles/global-shortcuts/adb_termux new file mode 100755 index 0000000..be958f3 --- /dev/null +++ b/de/home/.config/sway-profiles/global-shortcuts/adb_termux @@ -0,0 +1,3 @@ +#!/bin/bash + +adb_root diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index e5d20ef..f7d9429 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -35,7 +35,7 @@ sort_filesizes() { du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort } # 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 export DEBEMAIL="support@pogmom.me"