From d04ca544d6845fc655cd4ba55e134de6bead6a2d Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 19 Nov 2022 14:33:50 +0000 Subject: Add --history-file option. --- completions/tofi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'completions/tofi') diff --git a/completions/tofi b/completions/tofi index fc8ab90..b766266 100644 --- a/completions/tofi +++ b/completions/tofi @@ -46,6 +46,7 @@ _tofi() --horizontal --hide-cursor --history + --history-file --fuzzy-match --require-match --hide-input @@ -60,6 +61,8 @@ _tofi() case "${prev}" in --font) ;& + --history-file) + ;& --include) ;& --config|-c) -- cgit v1.2.3