diff --git a/roles/dotfiles/files/fish/functions/did.fish b/roles/dotfiles/files/fish/functions/did.fish index 5ca858a..d41fa66 100644 --- a/roles/dotfiles/files/fish/functions/did.fish +++ b/roles/dotfiles/files/fish/functions/did.fish @@ -1,4 +1,4 @@ # Defined in - @ line 1 function did - echo "$(date +"%F") $argv" >> ~/notes/did.md; + echo "* $(date +"%F") $argv" >> ~/notes/did.md; end diff --git a/roles/dotfiles/tasks/templates/systemd/note-sync/note-sync.service.j2 b/roles/dotfiles/templates/systemd/note-sync/note-sync.service.j2 similarity index 100% rename from roles/dotfiles/tasks/templates/systemd/note-sync/note-sync.service.j2 rename to roles/dotfiles/templates/systemd/note-sync/note-sync.service.j2 diff --git a/roles/dotfiles/tasks/templates/systemd/note-sync/note-sync.timer.j2 b/roles/dotfiles/templates/systemd/note-sync/note-sync.timer.j2 similarity index 100% rename from roles/dotfiles/tasks/templates/systemd/note-sync/note-sync.timer.j2 rename to roles/dotfiles/templates/systemd/note-sync/note-sync.timer.j2