dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit f93fb6cb111203745cbce9b6c8053f368f5f196c
parent a5447f60e0f5ac02a024e3b2efc0db4d309b6b3f
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 16 Feb 2022 04:02:47 -0500

task sync before and after bugwarrior-pull

Diffstat:
Mlinux/.config/systemd/user/bugwarrior-pull.service | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/.config/systemd/user/bugwarrior-pull.service b/linux/.config/systemd/user/bugwarrior-pull.service @@ -2,7 +2,7 @@ Description=bugwarrior-pull [Service] -ExecStart=/usr/bin/sh -c "/home/pablo/.local/bin/bugwarrior-pull && task sync" +ExecStart=/usr/bin/sh -c "task sync && /home/pablo/.local/bin/bugwarrior-pull && task sync" Type=oneshot [Install]