> The file /etc/fish/conf.d/cygwin.conf has the following section:
>
> # Prepend system directories to PATH
> for p in /bin /usr/local/bin
> if not contains $p $PATH
> set -x PATH $p $PATH
> end
> end
>
> The issue with this is that these get prepended before
> fis
The file /etc/fish/conf.d/cygwin.conf has the following section:
# Prepend system directories to PATH
for p in /bin /usr/local/bin
if not contains $p $PATH
set -x PATH $p $PATH
end
end
The issue with this is that these get prepended before
fish_user_paths, essentia
2 matches
Mail list logo