This commit is contained in:
Ray Elliott 2025-12-06 19:41:38 +00:00
commit e456cb11f7

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