diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 20:09:00 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | 55d3b53816c760973379c2231699b2e7fcce02d8 (patch) | |
| tree | 08ccd9c418284c8745ccdba102159798b1944353 /.config/fzf | |
| parent | db2a2fe0848c0d7d004ac3310bca4b837229aa7c (diff) | |
| download | dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.tar.gz dotfiles-55d3b53816c760973379c2231699b2e7fcce02d8.zip | |
misc: fix wording, comments, typos
Diffstat (limited to '.config/fzf')
| -rw-r--r-- | .config/fzf/fzf.bash | 8 |
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)" |
