fix(fig): fix typo in completion command

master
Marc Cornellà 4 years ago
parent cddf1b6982
commit 22c11da108
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      plugins/fig/fig.plugin.zsh

@ -10,4 +10,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_fig" ]]; then
_comps[fig]=_fig
fi
fig completions zsh >| "$ZSH_CACHE_DIR/completions/_fig" &|
fig completion zsh >| "$ZSH_CACHE_DIR/completions/_fig" &|

Loading…
Cancel
Save