]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- redirect errors to null
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 May 2005 10:50:52 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.8

zshrc

diff --git a/zshrc b/zshrc
index 6eaf2cf46cbd3a2684a6dbadaa565a444b2f1601..165e5cf89fda38afb44b128a6328fce4a9572c21 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'` ; do
+for i in `find /etc/shrc.d -name '*.sh' 2> /dev/null` ; do
        . $i
 done
 unset i
This page took 0.162934 seconds and 4 git commands to generate.