UNIX Tips: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Bourne Again SHell (bash) == | == Bourne Again SHell (bash) == | ||
=== bash.rc / bash.profile === | === bash.rc / bash.profile === | ||
Bashrc is when you start bash as a non-login shell. | Bashrc is when you start bash as a non-login shell. [\n] | ||
Bash_profile is for whenever you start bash as a login shell. | Bash_profile is for whenever you start bash as a login shell. | ||
Revision as of 19:32, 23 March 2010
Bourne Again SHell (bash)
bash.rc / bash.profile
Bashrc is when you start bash as a non-login shell. [\n] Bash_profile is for whenever you start bash as a login shell.