zsh: 改进第三方配置的结构

This commit is contained in:
2026-05-17 10:58:11 +08:00
parent ff73a24bab
commit 0bef55e40a
3 changed files with 869 additions and 1 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ ZSHD="$HOME/.zsh.d"
source "$ZSHD/normalize-fpath.zsh"
if [[ ! -v ZSH_GRML_SOURCED ]]; then
source $ZSHD/grml-zshrc
source $ZSHD/thirdparty/grml-zshrc
fi
source "$ZSHD/thirdparty/zsh-autosuggestion.zsh"
source "$ZSHD/rsync.zsh"
source "$ZSHD/misc.zsh"