diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-03 19:48:10 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-03 19:48:10 +0100 |
commit | 4745d6c7af16bb86196d755a2c31c65425ef1ffa (patch) | |
tree | e963c5aadf9a0d01cb7687eb5b0c9a3618696b16 /bashrc | |
parent | f63309742e2a27b65fb420c0d6c6338ecf0ba87b (diff) |
Adds TODO
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() { |