From 3c341998089f783680446aa0bed2322102d5ec7a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2019 05:32:26 +0200 Subject: zsh: remove zplugin module check --- user/zsh/.config/zsh/.zshrc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'user') diff --git a/user/zsh/.config/zsh/.zshrc b/user/zsh/.config/zsh/.zshrc index f59187f1..7dd938e2 100644 --- a/user/zsh/.config/zsh/.zshrc +++ b/user/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 -- cgit 1.4.1