aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-12-25 14:29:36 +0500
committerAnton Bobov <anton@bobov.name>2025-12-25 14:29:36 +0500
commitcf82b67995bce74f61f73800f0242597b83ec000 (patch)
treeac56f7fb8fc01c713b4b5f5981ec19fa383618e4
parenta55a64a8462a99fcd283743343184f669d9c3520 (diff)
zsh: fix tkremind-fzf start dow
-rw-r--r--files/.zsh/rc/S50_aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases
index 1178baa..e430d91 100644
--- a/files/.zsh/rc/S50_aliases
+++ b/files/.zsh/rc/S50_aliases
@@ -278,7 +278,7 @@ if is_command remind; then
rem -@ "${@:-*7}" | grep -vEe '^(No reminders\.|)$'
}
tkremind-fzf() {
- find "$HOME/.reminders" -name '*.rem' -print0 | fzf --read0 | xargs --no-run-if-empty tkremind
+ find "$HOME/.reminders" -name '*.rem' -print0 | fzf --read0 | xargs --no-run-if-empty tkremind -m -b1
}
fi