mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
The top of FILESDIR has become a little unwieldy. In advance of submitting a patch that will introduce yet more files to be tracked, I thought that it would be a good opportunity to conduct a minor re-organisation. To that end, this commit relocates the skeleton files to a sub-directory. Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
7 lines
204 B
Text
7 lines
204 B
Text
# /etc/skel/.bash_profile
|
|
|
|
# This file is sourced by bash for login shells. The following line
|
|
# runs your .bashrc and is recommended by the bash info pages.
|
|
if [[ -f ~/.bashrc ]] ; then
|
|
. ~/.bashrc
|
|
fi
|