aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index db56710..a68fb5e 100644
--- a/bashrc
+++ b/bashrc
@@ -373,7 +373,7 @@ log() {
}
doo() {
- printf "%s\n" "- [ ] $*" >> ~/Documents/Notes/Scratch/scratchpad.txt
+ printf "%s\n" "TODO: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt
}
idea() {