diff options
author | Alan Pearce | 2018-12-19 21:00:11 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-19 21:00:11 +0100 |
commit | 0adba04d6f6c57246b6262d01e0af90e289dedf3 (patch) | |
tree | f244d1e2cc5c0e52a117cc81f204a6362913d12f | |
parent | 025158e41a21a8d17346a5825258e0893093b492 (diff) | |
download | dotfiles-0adba04d6f6c57246b6262d01e0af90e289dedf3.tar.lz dotfiles-0adba04d6f6c57246b6262d01e0af90e289dedf3.tar.zst dotfiles-0adba04d6f6c57246b6262d01e0af90e289dedf3.zip |
zsh: Update zplugin init code
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |