summary refs log tree commit diff
path: root/dot_config/zsh
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2025-01-19 19:44:55 +0400
committerAlen <alen@dotfiles.xyz>2025-01-19 19:44:55 +0400
commit0b9e2690ddb2f0bddae02da44c1c43712a2c1231 (patch)
tree4b606292caa99a4e5a8fbc1728967f1fcfc18d5b /dot_config/zsh
parentea75177e23e2324ecc4f662fc43bb317dd041465 (diff)
Autoload setup_checklist HEAD main
Diffstat (limited to 'dot_config/zsh')
-rw-r--r--dot_config/zsh/dot_zshrc2
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