diff --git a/zshrc.org b/zshrc.org index bec1af2..5376183 100644 --- a/zshrc.org +++ b/zshrc.org @@ -61,8 +61,8 @@ Each environment has slightly different setups, which will be tangled to differe android-remote-keyboard() { # should set this up in a tmux session - adb -s $ANDROID_A3 shell ime set de.onyxbits.remotekeyboard/.RemoteKeyboardService; - adb -s $ANDROID_A3 forward tcp:6023 tcp:2323; + adb -s $ANDROID_CUR shell ime set de.onyxbits.remotekeyboard/.RemoteKeyboardService; + adb -s $ANDROID_CUR forward tcp:6023 tcp:2323; sleep 1; telnet 127.0.0.1 6023 }