From ece5e86a162fef3f52c28b1446f2302c3fd96f4f Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 19 Dec 2024 19:54:53 +0100 Subject: [PATCH] feat(bashrc): setup fzf shell integration --- config/user/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/user/bashrc b/config/user/bashrc index 5119254..a176a76 100644 --- a/config/user/bashrc +++ b/config/user/bashrc @@ -11,3 +11,4 @@ export EDITOR=nvim \ alias vi=nvim post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; } eval "$(zoxide init --cmd cd bash)" +eval "$(fzf --bash)"