Small adaption on did

This commit is contained in:
Johannes Rothe 2023-01-06 08:17:59 +01:00 committed by Johannes Rothe
parent 9b859f14d7
commit 7e5732fc7a
3 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Defined in - @ line 1 # Defined in - @ line 1
function did function did
echo "$(date +"%F") $argv" >> ~/notes/did.md; echo "* $(date +"%F") $argv" >> ~/notes/did.md;
end end