Re: [PATCH] gnu: Add direnv

2016-09-14 Thread 宋文武
Christopher Baines writes: > direnv is an environment switcher for the shell. direnv can be used with many > tools, including Guix environments. > > I was lucky enough to meet the original author in London, who showed me > direnv, > and helped me write a function for my .direnvrc file to make it

[PATCH] gnu: Add direnv

2016-09-10 Thread Christopher Baines
direnv is an environment switcher for the shell. direnv can be used with many tools, including Guix environments. I was lucky enough to meet the original author in London, who showed me direnv, and helped me write a function for my .direnvrc file to make it easy to use with Guix. I have the follo

[PATCH] gnu: Add direnv

2016-09-10 Thread Christopher Baines
* gnu/packages/shellutils.scm (direnv): New variable. --- gnu/packages/shellutils.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 27f45ba..e582186 100644 --- a/gnu/packages/shellutils.scm +++