diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-19 14:33:50 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-19 14:43:03 +0000 |
commit | d04ca544d6845fc655cd4ba55e134de6bead6a2d (patch) | |
tree | 7fd444b1f0a28d46c46775bd7266381906dd3a1f /completions | |
parent | 2c7735f2bac4d35d13c315eb8e5eee1af980b19a (diff) |
Add --history-file option.
Diffstat (limited to 'completions')
-rw-r--r-- | completions/tofi | 3 |
1 files changed, 3 insertions, 0 deletions
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) |