I'm having real trouble setting my 
$PATH, I've set it using this as I want 
to set it with universal scope

     $ set -Ux /usr/bin /bin /usr/sbin 
/sbin /Users/peter/usr/bin 
/usr/local/bin /usr/X11/bin 
/usr/local/git/bin

every time I open a new terminal tab I 
go through the same process

     $ echo $PATH
     /usr/bin /bin /usr/sbin /sbin 
/Users/peter/usr/bin /usr/local/bin 
/usr/X11/bin (set with global scope, I 
don't know how)
     $ set -eg PATH
     $ echo $PATH
     /usr/bin /bin /usr/sbin /sbin 
/Users/peter/usr/bin /usr/local/bin 
/usr/X11/bin /usr/local/git/bin (the 
universal one that I want)

The global path always takes precedent, 
I'm not sure what's setting it but I 
want rid of it.
I'm using Ben Hoskings version of fish 
for OS X from 
https://github.com/benhoskings/fish.

Many thanks

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to