Update ksh instructions

This commit is contained in:
Ajeet D'Souza 2024-09-13 07:29:36 +05:30 committed by GitHub
parent 55ffe7446d
commit 4403326d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -249,7 +249,11 @@ zoxide can be installed in 4 easy steps:
> Add this to the <ins>**end**</ins> of your config file (usually `~/.kshrc`): > Add this to the <ins>**end**</ins> of your config file (usually `~/.kshrc`):
> >
> ```sh > ```sh
> # ksh93
> eval "$(zoxide init ksh)" > eval "$(zoxide init ksh)"
>
> # mksh, oksh, etc.
> eval "$(zoxide init ksh --hook=prompt)"
> ``` > ```
</details> </details>