Since it is referenced in the default .bash_profile and in aliases and themes, why not make it an official plugin? This creates a 'todo/' directory in /plugins/available, and installs todo.sh and friends there. Tab completion and the 't' alias should work out of the box. Note: it was also necessary to modify .gitignore to ignore the files todo.sh generates in custom/.
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
*/enabled/*
|
|
.DS_Store
|
|
custom/*
|
|
!custom/example.bash
|
|
.rvmrc
|
|
aliases/custom.aliases.bash
|
|
lib/custom.bash
|
|
plugins/custom.plugins.bash
|
|
*.swp
|
|
.*.un~
|