Commit 08752099 by Iulian Onofrei Committed by Bjorn Neergaard

Fix OMZ instructions in the README

parent b6e24401
...@@ -129,6 +129,8 @@ poetry completions zsh > ~/.zfunc/_poetry ...@@ -129,6 +129,8 @@ poetry completions zsh > ~/.zfunc/_poetry
# Zsh (Oh-My-Zsh) # Zsh (Oh-My-Zsh)
mkdir $ZSH_CUSTOM/plugins/poetry mkdir $ZSH_CUSTOM/plugins/poetry
poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry
rm ~/.zcompdump*
# add `poetry` in the `plugins` list (https://github.com/ohmyzsh/ohmyzsh#enabling-plugins)
# Zsh (prezto) # Zsh (prezto)
poetry completions zsh > ~/.zprezto/modules/completion/external/src/_poetry poetry completions zsh > ~/.zprezto/modules/completion/external/src/_poetry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment