Make fzf to keep the history of only accepted/valid commads #2464
TayyabAsghar
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It is not stored by fzf. fzf simply filters the command history your shell maintains. fc -lr 1 | fzf You need to find a way to modify how your shell manages the history. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can find all the commands on fzf. But I think it would be better if we make it to accept the valid commands only. Like I use PowerLevel10k so it would show me cross if I enter the wrong command. This could be because of misspelling. fzf stores that command, but it should not store it.
Beta Was this translation helpful? Give feedback.
All reactions