guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2]: system: Cleanup bash startup files


From: Ludovic Courtès
Subject: Re: [PATCH 1/2]: system: Cleanup bash startup files
Date: Sun, 07 Dec 2014 21:40:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

宋文武 <address@hidden> skribis:

> From feba8aac3e4b0ae0255e034b2b7cc12b405ce675 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <address@hidden>
> Date: Fri, 5 Dec 2014 20:01:07 +0800
> Subject: [PATCH 1/2] system: Cleanup bash startup files.
>
> * gnu/system.scm (etc-directory) (bashrc): Rename to (profile).

Should be:

* gnu/system.scm (etc-directory)[bashrc]: Rename to 'profile'.

>   'LC_ALL': Change to 'LANG'.
>   'CPATH', 'LIBRARY_PATH': Remove.
>   'PS1', 'alias ls', 'alias ll': Move to ...
> * gnu/system/shadow.scm (default-skeletons):
>   (.bashrc): ... here. Don't source /etc/profile.
>   (.bash_profile): New skeleton.

Just:

* gnu/system/shadow.scm (default-skeletons): Rename '.bashrc' to
  '.bash_profile'.  Don't source /etc/profile.

OK to push with these changes.

(We’ll see what to do with CPATH/LIBRARY_PATH afterwards.)

Ludo’.



reply via email to

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