Changeset 7008de1 for postlfs/config


Ignore:
Timestamp:
01/03/2003 02:38:48 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
40d9d58c
Parents:
fc1d0ba7
Message:

added sane-1.0.9, xsane-0.90, profile.xml update, fix link in sgml-dtd-3.1, updated xref in abiword

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@557 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    rfc1d0ba7 r7008de1  
    3232shell.</para>
    3333
    34 <para>Here is a base <filename>/etc/profile</filename>.</para>
     34<para>Here is a base <filename>/etc/profile</filename>.  Comments in the
     35file should explain everything you need.  For more information on the
     36escape sequences you can use for your prompt (e.g.  the PS1 environment
     37variable) see <filename>info bash</filename> -- Node: Printing a
     38Prompt.</para>
    3539
    3640<para><screen># Begin /etc/profile
     
    9599# End /etc/profile</screen></para>
    96100
    97 
    98101<para>Here is a base <filename>/etc/bashrc</filename>.  Comments in the
    99102file should explain everything you need.</para>
     
    138141
    139142if [ -f "$HOME/.bashrc" ] ; then
    140         . $HOME/.bashrc
     143        source $HOME/.bashrc
    141144fi
    142145
     
    164167
    165168if [ -f "/etc/bashrc" ] ; then
    166         . /etc/bashrc
     169        source /etc/bashrc
    167170fi
    168171
     
    170173
    171174<para>Here is a base <filename>~/.bash_logout</filename>.  Comments in
    172 the file should explain everything you need.</para>
     175the file should explain everything you need.  You will notice that the
     176base <filename>~/.bash_logout</filename> does not include a
     177<userinput>clear</userinput> command.  This is because the clear is
     178handled in the <filename>/etc/issue</filename> file.</para>
    173179
    174180<para><screen># Begin ~/.bash_logout
     
    191197<filename>/etc/skel</filename> directory for new users.</para>
    192198
     199<para>Ian Macdonald has written an excellent collection of tips and
     200tricks to enhance your shell environment.  You can read it online at
     201<ulink
     202url="http://www.caliban.org/bash/index.shtml">http://www.caliban.org/bash/index.shtml</ulink></para>
     203
    193204</sect1>
Note: See TracChangeset for help on using the changeset viewer.