On Fri, 1 Jul 2022, akspecs wrote: > is there an equivalent, or something similar to bash's variable called > $EXECIGNORE, which is a colon-separated list of patterns, which define > the filesignored by a command search in $PATH.
No. The best approach is probably to write a function for these command which either manipulates $PATH or just calls the right external command correctly. David Adam [email protected] _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
