Skip to content

Commit

Permalink
fix the instructions to enable the history experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
matan-h committed Apr 15, 2024
1 parent 7dfc0f1 commit d0f83f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set-alias "adb-shell" "<PATH TO THIS REPO>\adb-shell.ps1"
[history is disabled by default in the android shell build options](https://android.stackexchange.com/a/152093).

However, It's possible to emulate that using the shell functions (e.g. write the last command to a history file after every command.)
The history is currently in testing state. If you want to enable it, go to `startup.sh` and change `ENABLE_EXPERIMENTAL_HISTORY` to `true`. Please open a GitHub issue for any bug/problem/suggestion.
The history is currently in testing state. If you want to enable it, go to `startup.sh` and change `ENABLE_EXPERIMENTAL_HISTORY` to `true`. (then `adb push startup.sh /sdcard/.adb/startup.sh`) Please open a GitHub issue for any bug/problem/suggestion.

## Advanced Installation

Expand Down

0 comments on commit d0f83f2

Please sign in to comment.