update
This commit is contained in:
parent
4e81cf3fb7
commit
e456cb11f7
1 changed files with 3 additions and 0 deletions
3
bashrc
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue