all repos — nixfiles @ 3c341998089f783680446aa0bed2322102d5ec7a

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

zsh: remove zplugin module check

Alan Pearce
commit

3c341998089f783680446aa0bed2322102d5ec7a

parent

644a368c03c92e3a8dd451855bef0465b04619e6

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

jump to
M user/zsh/.config/zsh/.zshrcuser/zsh/.config/zsh/.zshrc
@@ -1,12 +1,4 @@
# -*- mode: sh; -*- -if [[ -f "$HOME/.zplugin/bin/zmodules/Src/zdharma/zplugin.so" ]] -then - module_path+=( "/Users/alan/.zplugin/bin/zmodules/Src" ) - zmodload zdharma/zplugin -else - echo "Zplugin module is not installed" >&2 -fi - source $HOME/.zplugin/bin/zplugin.zsh autoload -Uz _zplugin (( ${+_comps} )) && _comps[zplugin]=_zplugin