Skip to content

Commit

Permalink
Clarify docs on using oh-my-zsh plugin (jdx#3735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored and miguelmig committed Dec 21, 2024
1 parent 19968f7 commit a55459f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installing-mise.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ mise completion bash --include-bash-completion-lib > /etc/bash_completion.d/mise
```sh [zsh]
# If you use oh-my-zsh, there is a `mise` plugin. Update your .zshrc file with:
# plugins=(... mise)
# This must be after `source $ZSH/oh-my-zsh.sh` line in your .zshrc file.

# Otherwise, look where zsh search for completions with
echo $fpath | tr ' ' '\n'
Expand Down

0 comments on commit a55459f

Please sign in to comment.