Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    rbdd4ca4 rb59e5eb3  
    99  <?dbhtml filename="profile.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>The Bash Shell Startup Files</title>
     
    170167fi
    171168
    172 # Setup some environment variables.
     169# Set up some environment variables.
    173170export HISTSIZE=1000
    174171export HISTIGNORE="&amp;:[bf]g:exit"
     
    179176export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/xdg-$USER}
    180177
    181 # Setup a red prompt for root and a green one for users.
     178# Set up a red prompt for root and a green one for users.
    182179NORMAL="\[\e[0m\]"
    183180RED="\[\e[1;31m\]"
     
    368365
    369366<screen role="root"><userinput>cat &gt; /etc/profile.d/readline.sh &lt;&lt; "EOF"
    370 <literal># Setup the INPUTRC environment variable.
     367<literal># Set up the INPUTRC environment variable.
    371368if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
    372369        INPUTRC=/etc/inputrc
     
    695692      Finally, Ian Macdonald has written an excellent collection of tips and
    696693      tricks to enhance your shell environment.  You can read it online at
    697       <ulink url="http://www.caliban.org/bash/index.shtml"/>.
     694      <ulink url="https://www.caliban.org/bash/index.shtml"/>.
    698695    </para>
    699696
Note: See TracChangeset for help on using the changeset viewer.