guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: direnv: Edit description.


From: Tobias Geerinckx-Rice
Subject: 08/11: gnu: direnv: Edit description.
Date: Sun, 21 Jan 2018 16:33:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a63179196eee2e690e027f3619a0121dfc9475cd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 16:25:58 2018 +0100

    gnu: direnv: Edit description.
    
    * gnu/packages/shellutils.scm (direnv)[description]: Edit and use @file.
---
 gnu/packages/shellutils.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 4953bf3..650fe98 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016, 2017 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 Christopher Baines <address@hidden>
 ;;; Copyright © 2017 Stefan Reichör <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -114,14 +115,14 @@ are already there.")
         ("which" ,which)))
     (home-page "https://direnv.net/";)
     (synopsis "Environment switcher for the shell")
-    (description "direnv can hook into bash, zsh, tcsh and fish shell to load
+    (description
+     "direnv can hook into the bash, zsh, tcsh, and fish shells to load
 or unload environment variables depending on the current directory.  This
-allows project-specific environment variables without using the ~/.profile
-file.
+allows project-specific environment variables without using @file{~/.profile}.
 
-Before each prompt, direnv checks for the existence of a .envrc file in the
-current and parent directories.  This file is then used to alter the
-environmental variables of the current shell.")
+Before each prompt, direnv checks for the existence of a @file{.envrc} file in
+the current and parent directories.  This file is then used to alter the
+environment variables of the current shell.")
     (license expat)))
 
 (define-public fzy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]