[zsh] try to reduce zsh startup time

This commit is contained in:
2026-04-08 17:35:17 +08:00
parent 7c897c60dd
commit 9d999b7374
3 changed files with 59 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
ZSHD="$HOME/.zsh.d"
source "$ZSHD/normalize-fpath.zsh"
if [[ ! -v ZSH_GRML_SOURCED ]]; then
source $ZSHD/grml-zshrc
fi