On Thu, Jan 10, 2013 at 12:29 PM, Tomasz Kuźma <map...@sezamkowa.net> wrote:
> Hi fish-users!
>
> I got one small question that's causing a problem:
>
> Every time i launch fish (in iTerm2 in OSX 10.8.2) i have to manually add
> tex to PATH (set PATH $PATH /usr/texbin)- how can i do it so it will be
> preserved between launches?
>
> Thanks for help!

Hi, use set -U
http://ridiculousfish.com/shell/user_doc/html/commands.html#set
"-U or --universal causes the specified environment variable to be
given a universal scope. If this option is supplied, the variable will
be shared between all the current users fish instances on the current
computer, and will be preserved across restarts of the shell."

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to