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.
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.