]> git.pld-linux.org Git - packages/zsh.git/commitdiff
No need to use find (ft#zsh@freenode).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Dec 2011 18:17:40 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.15

zshrc

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