diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 16:25:58 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 22:35:58 +0100 |
| commit | a63179196eee2e690e027f3619a0121dfc9475cd (patch) | |
| tree | 9d2ad4b10317c31da6a24966e6ed1c36d71b4aee /gnu/packages/shellutils.scm | |
| parent | 6137da88480955979a2ebf1d23ad9a1272833178 (diff) | |
gnu: direnv: Edit description.
* gnu/packages/shellutils.scm (direnv)[description]: Edit and use @file.
Diffstat (limited to 'gnu/packages/shellutils.scm')
| -rw-r--r-- | gnu/packages/shellutils.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 4953bf37233..650fe98ef39 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com> | 3 | ;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com> |
| 4 | ;;; Copyright © 2016 Christopher Baines <mail@cbaines.net> | 4 | ;;; Copyright © 2016 Christopher Baines <mail@cbaines.net> |
| 5 | ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at> | 5 | ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at> |
| 6 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | ||
| 6 | ;;; | 7 | ;;; |
| 7 | ;;; This file is part of GNU Guix. | 8 | ;;; This file is part of GNU Guix. |
| 8 | ;;; | 9 | ;;; |
| @@ -114,14 +115,14 @@ are already there.") | |||
| 114 | ("which" ,which))) | 115 | ("which" ,which))) |
| 115 | (home-page "https://direnv.net/") | 116 | (home-page "https://direnv.net/") |
| 116 | (synopsis "Environment switcher for the shell") | 117 | (synopsis "Environment switcher for the shell") |
| 117 | (description "direnv can hook into bash, zsh, tcsh and fish shell to load | 118 | (description |
| 119 | "direnv can hook into the bash, zsh, tcsh, and fish shells to load | ||
| 118 | or unload environment variables depending on the current directory. This | 120 | or unload environment variables depending on the current directory. This |
| 119 | allows project-specific environment variables without using the ~/.profile | 121 | allows project-specific environment variables without using @file{~/.profile}. |
| 120 | file. | ||
| 121 | 122 | ||
| 122 | Before each prompt, direnv checks for the existence of a .envrc file in the | 123 | Before each prompt, direnv checks for the existence of a @file{.envrc} file in |
| 123 | current and parent directories. This file is then used to alter the | 124 | the current and parent directories. This file is then used to alter the |
| 124 | environmental variables of the current shell.") | 125 | environment variables of the current shell.") |
| 125 | (license expat))) | 126 | (license expat))) |
| 126 | 127 | ||
| 127 | (define-public fzy | 128 | (define-public fzy |
