Skip to content
Snippets Groups Projects
Commit 8b80136a authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Merge pull request #37 from wellle/zsh-history

Feed all zsh history into fzf
parents 0eafa725 97de9191
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