diff --git a/symlinks/files/auto-link/.zshrc b/symlinks/files/auto-link/.zshrc index c79bbfb..6c7e2d1 100644 --- a/symlinks/files/auto-link/.zshrc +++ b/symlinks/files/auto-link/.zshrc @@ -90,6 +90,11 @@ if type "mise" > /dev/null 2>&1; then eval "$(mise completion zsh)" fi +# codex +if type "codex" > /dev/null 2>&1; then + eval "$(codex completion zsh)" +fi + # local fpath export FPATH="$HOME/.zsh/local/completions:$FPATH"