Browse Source

feat: zshrc

master
Ein Verne 24 hours ago
parent
commit
b2fcaf1210
  1. 2
      .zshrc

2
.zshrc

@ -131,6 +131,7 @@ zinit light-mode lucid wait has"kubectl" for \
as"completion" \ as"completion" \
atclone"kubectl completion zsh > _kubectl" \ atclone"kubectl completion zsh > _kubectl" \
atpull"%atclone" \ atpull"%atclone" \
atload"fpath+=(${ZINIT[COMPLETIONS_DIR]})" \
zdharma-continuum/null zdharma-continuum/null
zinit light-mode lucid wait has"helm" for \ zinit light-mode lucid wait has"helm" for \
@ -138,6 +139,7 @@ zinit light-mode lucid wait has"helm" for \
as"completion" \ as"completion" \
atclone"helm completion zsh > _helm" \ atclone"helm completion zsh > _helm" \
atpull"%atclone" \ atpull"%atclone" \
atload"fpath+=(${ZINIT[COMPLETIONS_DIR]})" \
zdharma-continuum/null zdharma-continuum/null
zinit ice wait lucid atinit"zicompinit; zicdreplay" zinit ice wait lucid atinit"zicompinit; zicdreplay"

Loading…
Cancel
Save