From 472dc0128ebcadc458d613c0fe3967766e6294c2 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 16 May 2024 20:15:01 -0600 Subject: [PATCH] New backup 2024-05-16 20:15:01 --- de/home/.config/sway-profiles/global-shortcuts/adb_termux | 3 +++ default/home/.sapphrc/default | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 de/home/.config/sway-profiles/global-shortcuts/adb_termux 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"