Skip to content
Snippets Groups Projects
Commit 97de9191 authored by Christian Wellenbrock's avatar Christian Wellenbrock
Browse files

Feed all zsh history into fzf

parent 0eafa725
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ fda() {
# fh - repeat history
fh() {
eval $(history | fzf +s | sed 's/ *[0-9]* *//')
eval $(('fc' -l 1 || 'history') | fzf +s | sed 's/ *[0-9]* *//')
}
# fkill - kill process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment