summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-22 14:06:48 +0200
committerAlan Pearce2019-09-22 14:06:48 +0200
commit52ea77b3a4e3e53d63ead73d78f891c650278d47 (patch)
tree224c67ffba1a37c4bbc1ca6b08d9c43026f296cf
parentb2d957b9399270b96949c1a8e9bc361ee71a6f9d (diff)
downloaddotfiles-52ea77b3a4e3e53d63ead73d78f891c650278d47.tar.lz
dotfiles-52ea77b3a4e3e53d63ead73d78f891c650278d47.tar.zst
dotfiles-52ea77b3a4e3e53d63ead73d78f891c650278d47.zip
zsh: enable zplugin reporting
-rw-r--r--zsh/.config/zsh/.zshrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 658b3d0..8921d46 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] ]]