summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 3ef0e69..5a6ed1b 100644
--- a/zshrc
+++ b/zshrc
@@ -1,12 +1,18 @@
+fpath=(~/.zsh/completion $fpath)
+
# initialize zsh auto completion system
autoload -Uz compinit vcs_info; compinit
zmodload -i zsh/complist
+autoload -U bashcompinit
+bashcompinit
# history settings
#HISTFILE=~/.histfile
SAVEHIST=0
HISTSIZE=1000
+source /etc/profile
+
# no beep
setopt prompt_subst autocd
unsetopt beep