all repos — nixfiles @ 0adba04d6f6c57246b6262d01e0af90e289dedf3

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

zsh: Update zplugin init code

Alan Pearce
commit

0adba04d6f6c57246b6262d01e0af90e289dedf3

parent

025158e41a21a8d17346a5825258e0893093b492

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -1,5 +1,7 @@
# -*- mode: sh; -*- source $HOME/.zplugin/bin/zplugin.zsh +autoload -Uz _zplugin +(( ${+_comps} )) && _comps[zplugin]=_zplugin HISTSIZE=10000 SAVEHIST=20000