浏览代码

fix(fig): fix typo in completion command

Marc Cornellà 2 年之前
父节点
当前提交
22c11da108
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/fig/fig.plugin.zsh

+ 1 - 1
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" &|