diff options
author | Alan Pearce | 2019-10-05 05:32:26 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-05 05:32:26 +0200 |
commit | 3c341998089f783680446aa0bed2322102d5ec7a (patch) | |
tree | bfbaa92ee7973c98f451fb6fc42567d316163ee7 /user/zsh | |
parent | 644a368c03c92e3a8dd451855bef0465b04619e6 (diff) | |
download | nixfiles-3c341998089f783680446aa0bed2322102d5ec7a.tar.lz nixfiles-3c341998089f783680446aa0bed2322102d5ec7a.tar.zst nixfiles-3c341998089f783680446aa0bed2322102d5ec7a.zip |
zsh: remove zplugin module check
Diffstat (limited to 'user/zsh')
-rw-r--r-- | user/zsh/.config/zsh/.zshrc | 8 |
1 files changed, 0 insertions, 8 deletions
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 |