From 351b3237c56347fbd18c269750a9709f6613c06d Mon Sep 17 00:00:00 2001 From: Hiroto Kitazawa Date: Fri, 20 Feb 2026 18:06:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20codex=E3=81=AEcompletion=E3=81=AE?= =?UTF-8?q?=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- symlinks/files/auto-link/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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"