diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -373,7 +373,7 @@ log() { } doo() { - printf "%s\n" "- [ ] $*" >> ~/Documents/Notes/Scratch/scratchpad.txt + printf "%s\n" "TODO: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt } idea() { |