Re: [Fish-users] Environment variables

2013-12-13 Thread Andrew Stevenson
On 13 Dec 2013, at 15:33, Jürgen Haas wrote: > set -g PHP_IDE_CONFIG "serverName=localhost" > set -g XDEBUG_CONFIG "idekey=something” I think its set -x to set an environment variable (though I can’t check just now but check the docs if its not right). I don’t think its -g. > and when I start

[Fish-users] Environment variables

2013-12-13 Thread Jürgen Haas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have a problem with environment variables. In my /etc/fish/config.fish if have these 2 lines: set -g PHP_IDE_CONFIG "serverName=localhost" set -g XDEBUG_CONFIG "idekey=something" and when I start a new session the two environment variabl

Re: [Fish-users] environment variables and arrays

2008-06-17 Thread Philip Ganchev
On Tue, Jun 17, 2008 at 2:50 AM, David Bremner <[EMAIL PROTECTED]> wrote: >> "Philip" == Philip Ganchev <[EMAIL PROTECTED]> writes: >Philip> Perhaps it should only convert >Philip> variables it knows should be converted, like PATH, [...] > This really seems like a question of the operat

Re: [Fish-users] environment variables and arrays

2008-06-17 Thread Isaac Dupree
Philip Ganchev wrote: > On Mon, Jun 16, 2008 at 9:01 AM, David Bremner <[EMAIL PROTECTED]> wrote: >> The automatic conversion of environment variables containing ':' into >> arrays seems to be not so great to me. In particular it leads to mystifying >> experiences like the following. > [...] >>From

Re: [Fish-users] environment variables and arrays

2008-06-16 Thread Philip Ganchev
On Mon, Jun 16, 2008 at 9:01 AM, David Bremner <[EMAIL PROTECTED]> wrote: > The automatic conversion of environment variables containing ':' into > arrays seems to be not so great to me. In particular it leads to mystifying > experiences like the following. [...] >From a practical point of view thi

[Fish-users] environment variables and arrays

2008-06-16 Thread David Bremner
The automatic conversion of environment variables containing ':' into arrays seems to be not so great to me. In particular it leads to mystifying experiences like the following. [ 1 rocinante ~ ] setenv FOO 'a:b' [ 2 rocinante ~ ] fish Welcome to fish, the friendly interactive s