From 0ac2f3ab86786af2bf0a4f0aa737f4125ab2109d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 5 Jan 2018 09:25:51 +0100 Subject: [PATCH] fzf fuzzy finding integration --- .bashrc | 2 ++ .config/fish/fishfile | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index 26ce71c..be35479 100644 --- a/.bashrc +++ b/.bashrc @@ -214,3 +214,5 @@ export NVM_DIR="${HOME}/.nvm" # QT autoscaling, helpful for hidpi systems export QT_AUTO_SCREEN_SCALE_FACTOR=1 + +[ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/.config/fish/fishfile b/.config/fish/fishfile index 13c6386..9215e1b 100644 --- a/.config/fish/fishfile +++ b/.config/fish/fishfile @@ -1,7 +1,11 @@ +fisherman/await edc/bass oh-my-fish/theme-bobthefish +fisherman/fzf +fisherman/get fisherman/getopts oh-my-fish/plugin-grc +fisherman/last_job_id fisherman/nvm fisherman/shark fisherman/z