summaryrefslogtreecommitdiffstats
path: root/.config/fzf/fzf.bash
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-18 20:09:00 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-18 21:41:10 +0200
commit55d3b53816c760973379c2231699b2e7fcce02d8 (patch)
tree08ccd9c418284c8745ccdba102159798b1944353 /.config/fzf/fzf.bash
parentdb2a2fe0848c0d7d004ac3310bca4b837229aa7c (diff)
downloaddotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.tar.gz
dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.zip
misc: fix wording, comments, typos
Diffstat (limited to '.config/fzf/fzf.bash')
-rw-r--r--.config/fzf/fzf.bash8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/fzf/fzf.bash b/.config/fzf/fzf.bash
index f567a6d..5ceed69 100644
--- a/.config/fzf/fzf.bash
+++ b/.config/fzf/fzf.bash
@@ -58,12 +58,4 @@ export FZF_ALT_C_OPTS="
--footer '$fzf_alt_c_usage'
"
-# ——————————————————————————————————————————————————————————————————————————————
-# ** fuzzy completion
-#
-# See https://github.com/junegunn/fzf#customizing-fuzzy-completion-for-bash-and-zsh
-# ——————————————————————————————————————————————————————————————————————————————
-
-# ——————————————————————————————————————————————————————————————————————————————
-
eval "$(fzf --bash)"