From 52ea77b3a4e3e53d63ead73d78f891c650278d47 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 22 Sep 2019 14:06:48 +0200 Subject: zsh: enable zplugin reporting --- zsh/.config/zsh/.zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 658b3d0e..8921d465 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -144,7 +144,7 @@ zstyle ':completion:*' completer _expand _complete _match # Plugins zplugin ice blockf wait'0' lucid -zplugin light "zsh-users/zsh-completions" +zplugin load "zsh-users/zsh-completions" zplugin load alanpearce/kubectl-aliases zplugin ice wait'1' lucid atinit'alias cdg=cd-gitroot' zplugin load "mollifier/cd-gitroot" @@ -156,7 +156,7 @@ zplugin ice wait'1' lucid if'[[ -z $SSH_CLIENT ]]' zplugin load "zsh-users/zsh-autosuggestions" zplugin ice wait'1' lucid -zplugin light "arzzen/calc.plugin.zsh" +zplugin load "arzzen/calc.plugin.zsh" # provides the title function and macOS title-folder sync zplugin ice if'[[ $os -eq darwin ]]' @@ -170,13 +170,13 @@ zplugin ice if'[[ $os -eq darwin ]]' wait'1' lucid zplugin load "unixorn/tumult.plugin.zsh" zplugin ice wait'[[ -n ${ZLAST_COMMANDS[(r)npm*]} ]]' lucid -zplugin light "lukechilds/zsh-better-npm-completion" +zplugin load "lukechilds/zsh-better-npm-completion" zplugin ice if'[[ (-n $commands[nix-env] && -z $commands[nixos-rebuild]) ]]' wait'[[ -n ${ZLAST_COMMANDS[(r)nix-shell*]} ]]' lucid zplugin load "chisui/zsh-nix-shell" zplugin ice if'[[ -n $commands[ghq] ]]' -zplugin light "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh" +zplugin load "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh" zplugin load "MichaelAquilina/zsh-you-should-use" @@ -251,7 +251,7 @@ else precmd_functions+=(check_kubectl_context) AGKOZAK_CUSTOM_RPROMPT='${prompt_context}%(3V.%F{${AGKOZAK_COLORS_BRANCH_STATUS}%3v%f.)' fi -zplugin light agkozak/agkozak-zsh-prompt +zplugin load agkozak/agkozak-zsh-prompt zplugin light "mollifier/anyframe" if [[ -n $commands[fzf] ]] -- cgit 1.4.1