Ludovic Courtès writes: > 宋文武 skribis: > >> From feba8aac3e4b0ae0255e034b2b7cc12b405ce675 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> 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.