diff options
Diffstat (limited to 'plugins/poetry')
-rw-r--r-- | plugins/poetry/poetry.plugin.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/poetry/poetry.plugin.zsh b/plugins/poetry/poetry.plugin.zsh index 3cb7845d6..cebcb46c4 100644 --- a/plugins/poetry/poetry.plugin.zsh +++ b/plugins/poetry/poetry.plugin.zsh @@ -12,5 +12,3 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then fi poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &| - -unset comp_file |