Skip to content

Commit

Permalink
Update ksh instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza authored Sep 13, 2024
1 parent 55ffe74 commit 4403326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4403326

Please sign in to comment.