Update ksh instructions
This commit is contained in:
parent
55ffe7446d
commit
4403326d58
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue