[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inherit the path environment from .bash_profile (Mac OS 10.5)
|
From: |
Jim Crossley |
|
Subject: |
Re: Inherit the path environment from .bash_profile (Mac OS 10.5) |
|
Date: |
Fri, 06 Aug 2010 10:04:16 -0400 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) |
Peter Dyballa <address@hidden> writes:
[...]
> A different method is composing a file ~/.MacOSX/environment.plist. It
> sets the environment for all processes at boot time. Read more here:
Offtopic, sorry, but speaking of environment.plist, I was shocked to
find out there's no way to do substitution in a plist file. Hence, you
can't define variables in terms of other variables, which makes that
file needlessly verbose and error prone.
Jim