From d4abfb44cd4a1d8529a00162f915e9d699b1c0a3 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 27 Jun 2024 01:32:17 -0600 Subject: [PATCH] New backup 2024-06-27 01:32:17 --- default/home/.sapphrc/default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 26b741b..eef7304 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -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 .