From e456cb11f716b7ad5b8e9671e4608f0b31026bd5 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 6 Dec 2025 19:41:38 +0000 Subject: [PATCH] update --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 758c7fa..251e391 100644 --- a/bashrc +++ b/bashrc @@ -263,6 +263,9 @@ fi > /dev/null alias backup='sudo borgmatic create --verbosity 1 --files' +#openai codex completion +eval "$(codex completion bash)" + # Function to check for TODO.md and echo its contents function check_todo() { if [ -f "TODO.md" ]; then