Imported from ../bash-2.04.tar.gz.
[platform/upstream/bash.git] / examples / startup-files / apple / README
1 This directory contains some useful bash files.
2
3 In order to use this configuration:
4
5         echo "source ~/.bashrc"                  > ~/.profile
6         echo "source /usr/share/init/bash/rc"    > ~/.bashrc
7         echo "source /usr/share/init/bash/login" > ~/.login
8
9 In order to customize this setup:
10
11         mkdir ~/Library/init/bash
12
13 and create the following files there as necessary:
14
15         aliases.mine            - shell aliases
16         completions.mine        - completions
17         environment.mine        - environment
18         rc.mine                 - run commands
19         path                    - command search path
20
21 See the corresponding file in /usr/share/init/bash for more information about the role of each file. You can easily extend or override the configuration provided by the default file. For example, you can add more aliases by adding the appropriate commands in aliases.mine. 
22
23         -Fred
24          tritan@mit.edu