fix zettel-select

master
Brian Hicks 2020-06-09 05:35:09 -05:00
parent e2ba0ad86d
commit 9b7ce83265
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -uo pipefail # no -e!
QUERY="${@:-}"
zettel-titles | fzf --delimiter : --with-nth 2 --print-query --query "$QUERY" | tail -n 1
zettel-all | fzf --delimiter : --with-nth 2 --print-query --query "$QUERY" | tail -n 1