projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c0ba2
)
bash: Include bash.bashrc from /etc/profile.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 9 Oct 2008 13:15:34 +0000
(13:15 +0000)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 9 Oct 2008 13:15:34 +0000
(13:15 +0000)
etc/profile
patch
|
blob
|
history
diff --git
a/etc/profile
b/etc/profile
index 7bb565942bb8f21b403383d33a8623d7df11bbd9..03dfd4dd8422238e85b7aa8efb2c2326977c0290 100644
(file)
--- a/
etc/profile
+++ b/
etc/profile
@@
-22,3
+22,7
@@
fi
export PATH
umask 022
+
+if [ "$SHELL" = "/bin/bash" ]; then
+ source /etc/bash.bashrc
+fi