1
0

add changes made in work workstation

This commit is contained in:
2026-03-15 18:19:17 +01:00
parent f100cffb79
commit 07258cd68a
16 changed files with 401 additions and 50 deletions

View File

@@ -1,7 +1,10 @@
# Should be called before compinit
zmodload zsh/complist
autoload -U compinit; compinit
# Use a dump file and skip security check for much faster startup (compinit is a major bottleneck)
mkdir -p "${HOME}/.cache/zsh"
autoload -U compinit
compinit -C -d "${HOME}/.cache/zsh/.zcompdump"
_comp_options+=(globdots) # With hidden files
# +---------+