]> git.pld-linux.org Git - packages/zsh.git/blobdiff - zshrc
- ups
[packages/zsh.git] / zshrc
diff --git a/zshrc b/zshrc
index 6eaf2cf46cbd3a2684a6dbadaa565a444b2f1601..979770b048f910073a62df4dbacf2778bc7bd6fc 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -5,14 +5,13 @@ 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
 
 setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt
 
-stty erase `tput kbs`
 bindkey -e >/dev/null 2>&1
 
 bindkey `tput khome` beginning-of-line >/dev/null 2>&1
This page took 0.070496 seconds and 4 git commands to generate.