Patch-ID: bash41-003
[bash.git] / examples / startup-files / apple / README
blob67ad14a5ede5c09a6553dbb5bcea865c4c3a9a19
1 This directory contains some useful bash files.
3 In order to use this configuration:
5         echo "source ~/.bashrc"                  > ~/.profile
6         echo "source /usr/share/init/bash/rc"    > ~/.bashrc
7         echo "source /usr/share/init/bash/login" > ~/.login
9 In order to customize this setup:
11         mkdir ~/Library/init/bash
13 and create the following files there as necessary:
15         aliases.mine            - shell aliases
16         completions.mine        - completions
17         environment.mine        - environment
18         rc.mine                 - run commands
19         path                    - command search path
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. 
23         -Fred
24          tritan@mit.edu
27 aliases         Sample aliases for Mac OS X.
28 bash.defaults   Sample User preferences file.
29 environment     Sample Bourne Again Shell environment file.
30 login           Sample login wrapper.
31 logout          Sample logout wrapper.
32 rc              Sample Bourne Again Shell config file.
33 README          README