Re: Fish shell: cygwin.conf hiding user paths

2017-10-11 Thread Andrew Schulman
> 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

Fish shell: cygwin.conf hiding user paths

2017-10-09 Thread Whek rin
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