diff options
Diffstat (limited to 'dot_config/zsh/dot_zshrc')
-rw-r--r-- | dot_config/zsh/dot_zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 0433fc7..fcd6fc7 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -9,6 +9,5 @@ export SAVEHIST=1000000 PROMPT="%F{15}%K{4}%n@%M:%~%f%k " RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T" -# Just do a simple compinit for now -autoload -U compinit -compinit +autoload -U compaudit compinit zrecompile +autoload -U colors && colors |