diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-22 10:56:31 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-22 10:56:31 +0100 |
| commit | 86ed37c65ccd893dc4cb07bd7de53ece812df26d (patch) | |
| tree | 2e245cb06cf1f6d1304a456cf8b033e90d60d115 | |
| parent | 386dccdbe3cb95fe0450907b57981f8684b264e5 (diff) | |
| parent | 074652bfb9969c26f7f9ddf0befedb22323669d4 (diff) | |
fixup
| -rw-r--r-- | .profile | 2 | ||||
| -rwxr-xr-x | bin/p8a | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -24,7 +24,7 @@ esac case $SHELL in (*/ash) export ENV=~/.shrc ;; -(*/bash) type p 2>/dev/null || . ~/.bashrc ;; +(*/bash) type -t p 2>/dev/null || . ~/.bashrc ;; esac [ "$(tty)" = /dev/tty1 ] && [ -x /usr/bin/sway ] && exec dbus-run-session -- sway || true @@ -0,0 +1,3 @@ +#!/bin/sh +adb forward tcp:8422 tcp:8022 +ssh ssh://u0_a63@localhost:8422 |
