File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ if [[ -n "${HOMEBREW_PREFIX}" ]]; then
1313 source " ${HOMEBREW_PREFIX} /opt/zinit/zinit.zsh"
1414elif [[ -n " ${XDG_DATA_HOME} " ]]; then
1515 source " ${XDG_DATA_HOME} /zinit/zinit.zsh"
16- else source " ${HOME} /.local/share/zinit/zinit.zsh"
16+ else
17+ source " ${HOME} /.local/share/zinit/zinit.zsh"
1718fi
1819
1920# Init zsh completions
@@ -42,9 +43,8 @@ zinit snippet ${ZDOTDIR}/.zsh/fix_omz_plugin.zsh
4243
4344# Plugins
4445# https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
45- zinit snippet OMZP::colored-man-pages
46- zinit snippet OMZP::colorize # ccat, cless
47- zinit snippet OMZP::kubectl # completion
46+ zinit lucid wait for OMZP::colored-man-pages
47+ zinit lucid wait for OMZP::colorize # ccat, cless
4848zinit lucid wait for OMZP::command-not-found
4949zinit lucid wait for OMZP::gnu-utils
5050zinit lucid wait for OMZP::rbenv
You can’t perform that action at this time.
0 commit comments