Skip to content

Commit

Permalink
Update readme with profiler information
Browse files Browse the repository at this point in the history
Update the readme to include `zqs enable-zsh-profiling` and
`zqs-disable-zsh-profiling`.

Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Feb 29, 2024
1 parent 4d8ae61 commit 5b3b1d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Running the following commands will toggle behavior the next time you start a sh
* `zsh-quickstart-select-powerlevel10k` - Switch to the [powerlevel10k](https://github.com/romkatv/powerlevel10k) prompt now used as the kit's default.
* `zsh-quickstart-select-bullet-train` - Switch back to the [bullet-train](https://github.com/caiogondim/bullet-train.zsh) prompt originally used in the kit.
* You can disable printing the list of `ssh` keys by executing `zqs disable-ssh-key-listing`.
* `bash` prints `^C` when you're typing a command and hit control-c to cancel it, so it is easy to see it wasn't executed. By default, ZSH doesn't print the `^C`. I prefer seeing the `^C`, so by default, the quickstart traps `SIGINT` and prints the `^C`. You can disable this behavior by running `zqs enable-control-c-decorator`.
* `bash` prints `^C` when you're typing a command and hit control-c to cancel it, so it is easy to see it wasn't executed. By default, ZSH doesn't print the `^C`. I prefer seeing the `^C`, so by default, the quickstart traps `SIGINT` and prints the `^C`. You can disable this behavior by running `zqs disable-control-c-decorator` and enable it with `zqs enable-control-c-decorator`.

#### zqs

Expand Down Expand Up @@ -298,6 +298,14 @@ Don't run `autoload -U zmv` when creating a new session.

Run `autoload -U zmv` when creating a new session. This is the default behavior.

##### `zqs-disable-zsh-profiling

Disable ZSH's profiler. This is the default.

##### `zqs-enable-zsh-profiling

Turn on ZSH's profiler

##### zqs selfupdate

Force an immediate update of the quickstart kit.
Expand Down

0 comments on commit 5b3b1d9

Please sign in to comment.