This commit is contained in:
Ray Elliott 2025-12-06 19:41:38 +00:00
parent 4e81cf3fb7
commit e456cb11f7
1 changed files with 3 additions and 0 deletions

3
bashrc
View File

@ -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