From 536ba8d853c7a5e2870bf6cf63c32277e1472274 Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Mon, 27 May 2024 15:30:07 +0930 Subject: [PATCH] feat: add fzf history --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index faf8c06..d158e68 100644 --- a/.zshrc +++ b/.zshrc @@ -102,3 +102,5 @@ if [[ $(uname) == 'Darwin' ]]; then eval "$(rbenv init - zsh)" fi + +source <(fzf --zsh)