1
0

zsh: update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-23 10:59:44 +03:00
parent 48e93e48b6
commit 00648901a9
14 changed files with 219 additions and 131 deletions

View File

@@ -1,10 +1,12 @@
#!/bin/zsh
## early module load
zmodload -s zsh/zprof
## early load modules
zmodload zsh/mathfunc zsh/datetime zsh/zprof
typeset -gA ZSHU
__z_unsupported() { echo "not supported" >&2 ; }
ZSHU[t_begin]=${(%):-%D{%s.%6.}}
ZSHU[d_zdot]="${ZDOTDIR}"