Difference between revisions of "Bash start up script"

From Earlham CS Department
Jump to navigation Jump to search
(No difference)

Revision as of 14:26, 4 November 2008

These are the files that bash calls, in order, for login shells

/usr/local/acl/etc/bash.bashrc /usr/local/acl/etc/profile

~/.bashrc ~/.bash_profile

For non-login shells:

/usr/local/acl/etc/bash.bashrc ~/.bashrc