diff --git a/README.md b/README.md index 3b67aa4..b43a0bf 100644 --- a/README.md +++ b/README.md @@ -408,11 +408,11 @@ When calling `zoxide init`, the following flags are available: - `--cmd cd` would replace the `cd` command. - `--hook ` - Changes how often zoxide increments a directory's score: - | Hook | Description | - | -------- | --------------------------------- | - | `none` | Never | - | `prompt` | At every shell prompt | - | `pwd` | Whenever the directory is changed | + | Hook | Description | + | --------------- | --------------------------------- | + | `none` | Never | + | `prompt` | At every shell prompt | + | `pwd` (default) | Whenever the directory is changed | - `--no-cmd` - Prevents zoxide from defining the `z` and `zi` commands. - These functions will still be available in your shell as `__zoxide_z` and