--cmd cd works on all shells

This commit is contained in:
Ajeet D'Souza 2024-02-16 02:31:47 +05:30
parent 90c66df2a8
commit cf34d02288
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ When calling `zoxide init`, the following flags are available:
- `--cmd`
- Changes the prefix of the `z` and `zi` commands.
- `--cmd j` would change the commands to (`j`, `ji`).
- `--cmd cd` would replace the `cd` command (doesn't work on Nushell / POSIX shells).
- `--cmd cd` would replace the `cd` command.
- `--hook <HOOK>`
- Changes how often zoxide increments a directory's score:
| Hook | Description |