guix-commits
[Top][All Lists]
Advanced

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

01/02: system: Add 'grep --color' alias in '.bash_profile' skeleton.


From: Ludovic Courtès
Subject: 01/02: system: Add 'grep --color' alias in '.bash_profile' skeleton.
Date: Thu, 27 Jul 2017 08:53:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 138fe4119881577249be7362b3ea3b1125837902
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 27 14:44:28 2017 +0200

    system: Add 'grep --color' alias in '.bash_profile' skeleton.
    
    * gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias.
---
 gnu/system/shadow.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 4e6f645..236807c 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -174,7 +174,8 @@ else
     PS1='address@hidden \\w\\$ '
 fi
 alias ls='ls -p --color'
-alias ll='ls -l'\n"))
+alias ll='ls -l'
+alias grep='grep --color'\n"))
         (zlogin    (plain-file "zlogin" "\
 # Honor system-wide environment variables
 source /etc/profile\n"))



reply via email to

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