mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-05-17 03:31:08 +00:00
Update ksh instructions
This commit is contained in:
parent
55ffe7446d
commit
4403326d58
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue