1
0

zsh: modules

This commit is contained in:
Konstantin Demin 2024-02-29 11:10:03 +03:00
parent 3321d21f8b
commit 3f527a0c73
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6
2 changed files with 4 additions and 1 deletions
.config/zsh

@ -1,5 +1,8 @@
#!/bin/zsh
## early module load
zmodload -s zsh/zprof
typeset -gA ZSHU
ZSHU[t_begin]=${(%):-%D{%s.%6.}}

@ -21,7 +21,7 @@ for i ( ${zshu_modules} ) ; do
*/* ) ;;
* ) i="zsh/$i" ;;
esac
zmodload -i "$i"
zmodload "$i"
done
unset i zshu_modules