]> git.pld-linux.org Git - packages/zsh.git/blobdiff - zshrc
- fix svn completion
[packages/zsh.git] / zshrc
diff --git a/zshrc b/zshrc
index 71d65066f1accf39b8c22c1fff78f29e568dd3f9..80f1be9708ab777bde8f5faafd2cb65b4090d7a0 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -4,8 +4,15 @@ alias which=whence
 alias cd='builtin cd'
 alias precmd=' precmd'
 
-setopt hist_ignore_space
+# 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
+
+stty erase `tput kbs`
 bindkey -e >/dev/null 2>&1
 
 bindkey `tput khome` beginning-of-line >/dev/null 2>&1
This page took 0.214469 seconds and 4 git commands to generate.