]> git.pld-linux.org Git - packages/bash.git/commitdiff
- Finally (hope) fixed shrc.d/*.sh sourcing
authoradgor <adgor@pld-linux.org>
Sun, 9 May 2004 21:08:29 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.10

bashrc

diff --git a/bashrc b/bashrc
index 786300f136f47c65abd499846e8bd043afe8bc55..e3a01e68eb0235f6d9c63402f4b70650f136977d 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -10,7 +10,8 @@ PS1="[\u@\h \W]\\$ "
 
 alias which="type -p"
 
-for i in /etc/shrc.d/*.sh ; do
+# SYSTEM WIDE ALIASES ETC.
+for i in `find /etc/shrc.d -name '*.sh'` ; do
        . $i
 done
 unset i
This page took 0.060439 seconds and 4 git commands to generate.