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