diff options
| -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 |
