diff --git a/README.md b/README.md index 9d67f57..3b67aa4 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,11 @@ zoxide can be installed in 4 easy steps: > Add this to the **end** of your config file (usually `~/.kshrc`): > > ```sh + > # ksh93 > eval "$(zoxide init ksh)" + > + > # mksh, oksh, etc. + > eval "$(zoxide init ksh --hook=prompt)" > ```