diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-26 00:02:37 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-26 00:02:37 +0400 |
commit | 7ecfc06316c905ab90763a5473d4aa04e85b59e1 (patch) | |
tree | 4fc9357c70aedfe2a2c1be010c3df81354f47b06 | |
parent | 4b8ed94012af1fb4f4752b5d199f79c6bcfd4c59 (diff) |
Add compaudit and zrecompile to autoload -U, autoload and run colors
-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 |