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)"