mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
fix(fig): fix typo in completion command
This commit is contained in:
@@ -10,4 +10,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_fig" ]]; then
|
|||||||
_comps[fig]=_fig
|
_comps[fig]=_fig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fig completions zsh >| "$ZSH_CACHE_DIR/completions/_fig" &|
|
fig completion zsh >| "$ZSH_CACHE_DIR/completions/_fig" &|
|
||||||
|
|||||||
Reference in New Issue
Block a user