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

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`):
>
> ```sh
> # ksh93
> eval "$(zoxide init ksh)"
>
> # mksh, oksh, etc.
> eval "$(zoxide init ksh --hook=prompt)"
> ```
</details>