]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- subdirs, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Dec 2011 18:20:57 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.16

zshrc

diff --git a/zshrc b/zshrc
index 3c357f6ca417d74667b59ee686054e1dda04ad71..02ef122755d2e225a301f50ab0597c6076e255f1 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -5,7 +5,7 @@ alias cd='builtin cd'
 alias precmd=' precmd'
 
 # SYSTEM WIDE ALIASES ETC.
-for i in /etc/shrc.d/**.sh(N); do
+for i in /etc/shrc.d/**/*.sh(N); do
        . $i
 done
 unset i
This page took 0.13037 seconds and 4 git commands to generate.