update
This commit is contained in:
parent
4e81cf3fb7
commit
e456cb11f7
3
bashrc
3
bashrc
|
|
@ -263,6 +263,9 @@ fi > /dev/null
|
||||||
|
|
||||||
alias backup='sudo borgmatic create --verbosity 1 --files'
|
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 to check for TODO.md and echo its contents
|
||||||
function check_todo() {
|
function check_todo() {
|
||||||
if [ -f "TODO.md" ]; then
|
if [ -f "TODO.md" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue