1
0

zsh: update

This commit is contained in:
2024-01-16 02:55:39 +03:00
parent 19571a4046
commit 9bd1bb79ea
9 changed files with 173 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ for i ( d_zdot d_cache d_conf d_bin d_var ) ; do
done ; unset i d
## early escape
unsetopt GLOBAL_RCS
unsetopt global_rcs
## safety measure:
## redirect all following activity within ZDOTDIR to cache
@@ -56,4 +56,4 @@ ZSHU[t_end]=${(%):-%D{%s.%6.}}
ZSHU[t_load]=$(( ZSHU[t_end] - ZSHU[t_begin] ))
ZSHU[t_load]=${ZSHU[t_load]:0:6}
unset "ZSHU[t_begin]" "ZSHU[t_end]"
unset 'ZSHU[t_begin]' 'ZSHU[t_end]'