This commit is contained in:
parent
3321d21f8b
commit
3f527a0c73
@ -1,5 +1,8 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
|
## early module load
|
||||||
|
zmodload -s zsh/zprof
|
||||||
|
|
||||||
typeset -gA ZSHU
|
typeset -gA ZSHU
|
||||||
|
|
||||||
ZSHU[t_begin]=${(%):-%D{%s.%6.}}
|
ZSHU[t_begin]=${(%):-%D{%s.%6.}}
|
||||||
|
@ -21,7 +21,7 @@ for i ( ${zshu_modules} ) ; do
|
|||||||
*/* ) ;;
|
*/* ) ;;
|
||||||
* ) i="zsh/$i" ;;
|
* ) i="zsh/$i" ;;
|
||||||
esac
|
esac
|
||||||
zmodload -i "$i"
|
zmodload "$i"
|
||||||
done
|
done
|
||||||
unset i zshu_modules
|
unset i zshu_modules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user