diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 22:10:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 22:10:53 +0200 |
| commit | 4359290fa1c6d8f8816307a32213767d60a37f25 (patch) | |
| tree | e026ef903e7c16b22624c18a41ab5db6e139eae5 | |
| parent | 283343193d421f3ade1ce29cad85defd717c0796 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/supersync.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/conf.d/supersync.fish b/fish/conf.d/supersync.fish index cf49625..5dc32e7 100644 --- a/fish/conf.d/supersync.fish +++ b/fish/conf.d/supersync.fish @@ -13,13 +13,13 @@ function supersync::worktime if test (count $argv) -gt 0 -a $argv[1] = sync_quotes if test -d ~/Notes/HabitsAndQuotes echo "" >work-wisdoms.md.tmp - for notes in ~/Notes/HabitsAndQuotes/{Productivity,Mentoring}.md + for notes in ~/Notes/random/{Productivity,Mentoring}.md grep '^\* ' $notes >>work-wisdoms.md.tmp end sort -u work-wisdoms.md.tmp >work-wisdoms.md rm work-wisdoms.md.tmp git add work-wisdoms.md - grep '^\* ' ~/Notes/HabitsAndQuotes/Exercise.md >exercises.md + grep '^\* ' ~/Notes/random/Exercise.md >exercises.md git add exercises.md end end |
