summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.profile2
-rwxr-xr-xbin/p8a3
2 files changed, 4 insertions, 1 deletions
diff --git a/.profile b/.profile
index 97906da..52b0258 100644
--- a/.profile
+++ b/.profile
@@ -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
diff --git a/bin/p8a b/bin/p8a
new file mode 100755
index 0000000..08fb627
--- /dev/null
+++ b/bin/p8a
@@ -0,0 +1,3 @@
+#!/bin/sh
+adb forward tcp:8422 tcp:8022
+ssh ssh://u0_a63@localhost:8422