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

zshrc

diff --git a/zshrc b/zshrc
index d580ccf85f6f89df812e27ea3ba889fd93a87e74..61e82946ad34414116400aa76f3cfaea09df1593 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -4,6 +4,12 @@ alias which=whence
 alias cd='builtin cd'
 alias precmd=' precmd'
 
+# SYSTEM WIDE ALIASES ETC.
+for i in `find /etc/shrc.d -name '*.sh'` ; do
+       . $i
+done
+unset i
+
 setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt
 
 bindkey -e >/dev/null 2>&1
This page took 0.041833 seconds and 4 git commands to generate.