From 0adba04d6f6c57246b6262d01e0af90e289dedf3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Dec 2018 21:00:11 +0100 Subject: zsh: Update zplugin init code --- zsh/.config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 1e187e6..c490701 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.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 -- cgit 1.4.1