[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
/etc/profile and .zshrc skeleton
From: |
Ludovic Courtès |
Subject: |
/etc/profile and .zshrc skeleton |
Date: |
Sat, 06 Dec 2014 23:35:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
(I think I had overlooked this email earlier today, sorry for the
confusion.)
宋文武 <address@hidden> skribis:
> From 42ccd7a445c9676db6d2c7b2b0583db45be245aa 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).
> '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.
One last thing: I think CPATH and LIBRARY_PATH (and eventually
additional search path variables) should remain in /etc/profile.
WDYT?
> From 043e4d9b6743654e048d3495cb5bfa592d17e6c4 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 21:17:49 +0800
> Subject: [PATCH 2/2] system: Add skeleton '.zshrc'.
>
> * gnu/system/shadow.scm (default-skeletons): Add .zshrc.
OK.
Ludo’.
PS: In the future it may be easier for review to have one thread per
patch, as per ‘git send-email’.