From 7e5732fc7a50c38c1f3e41416a2106107c3e64f7 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 6 Jan 2023 08:17:59 +0100 Subject: [PATCH] Small adaption on did --- roles/dotfiles/files/fish/functions/did.fish | 2 +- .../templates/systemd/note-sync/note-sync.service.j2 | 0 .../{tasks => }/templates/systemd/note-sync/note-sync.timer.j2 | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename roles/dotfiles/{tasks => }/templates/systemd/note-sync/note-sync.service.j2 (100%) rename roles/dotfiles/{tasks => }/templates/systemd/note-sync/note-sync.timer.j2 (100%) 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