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
-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
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
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
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
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