ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.55k stars 626 forks source link

Some triggers don't work for FZF #438

Closed pkropachev closed 1 year ago

pkropachev commented 1 year ago

Hi!

I use FZF in my systems. FZF provides fuzzy completion feature in case of typing cd **<TAB>. In this case FZF shows list of directories.

image

In case of using oh-my-bash FZF feature doesn't work for cd. Symbols ** are just escaped and nested directories are displayed.

image

Is it possible to fix behavior for FZF triggers?

pkropachev commented 1 year ago

Problem was solved by sourcing .bashrc before .fzf.bash.

image