all repos — nixfiles @ 52ea77b3a4e3e53d63ead73d78f891c650278d47

System and user configuration, managed by nix and home-manager

zsh: enable zplugin reporting
Alan Pearce alan@alanpearce.eu
Sun, 22 Sep 2019 14:06:48 +0200
commit

52ea77b3a4e3e53d63ead73d78f891c650278d47

parent

b2d957b9399270b96949c1a8e9bc361ee71a6f9d

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -144,7 +144,7 @@ # 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 @@ }   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] ]]