1
0

zsh: update

This commit is contained in:
2024-07-05 13:18:16 +03:00
parent 8283b6c752
commit e3ff1bcb69
14 changed files with 124 additions and 44 deletions

View File

@@ -26,6 +26,7 @@ zstyle ':completion:*:kill:*' command 'ps -u ${USER} -o pid,%cpu,tty,cputime,cmd
autoload -Uz +X compinit && \
compinit -i -C -d "${ZSHU[f_compdump]}"
unset 'ZSHU[compdump_bash]'
if autoload -Uz +X bashcompinit ; then
bashcompinit && ZSHU[compdump_bash]=1
fi