diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 19:44:55 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 19:44:55 +0400 |
commit | 0b9e2690ddb2f0bddae02da44c1c43712a2c1231 (patch) | |
tree | 4b606292caa99a4e5a8fbc1728967f1fcfc18d5b /dot_config | |
parent | ea75177e23e2324ecc4f662fc43bb317dd041465 (diff) |
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/zsh/dot_zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 9f3c137..39619b2 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -9,7 +9,7 @@ export SAVEHIST=1000000 PROMPT="%F{15}%K{4}%n@%M:%~%f%k " RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T" -autoload -U compaudit compinit zrecompile giti +autoload -U compaudit compinit zrecompile giti setup_checklist autoload -U colors && colors # zinit |