On Mon, Jun 27, 2016 at 2:44 PM, Pito Salas <pitosa...@gmail.com> wrote:

> You’re right. And fish, version 2.3.0.
>
> So all the executables on the path are autosuggestions. Can one control
> that at all?
>

No. Path based suggestions are implemented in the core C++ code. There are
very few configurable options in fish and none exists for this behavior.
Nearly all configurable behaviors in fish are done using functions or
variables. For example, you can control the color of the autosuggestion by
setting the `fish_color_autosuggestion` variable. But in this case since
it's implemented in C++ you can't simply override the behavior by
redefining a function.

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to