summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-10-05 05:32:26 +0200
committerAlan Pearce2019-10-05 05:32:26 +0200
commit3c341998089f783680446aa0bed2322102d5ec7a (patch)
treebfbaa92ee7973c98f451fb6fc42567d316163ee7 /user
parent644a368c03c92e3a8dd451855bef0465b04619e6 (diff)
downloadnixfiles-3c341998089f783680446aa0bed2322102d5ec7a.tar.lz
nixfiles-3c341998089f783680446aa0bed2322102d5ec7a.tar.zst
nixfiles-3c341998089f783680446aa0bed2322102d5ec7a.zip
zsh: remove zplugin module check
Diffstat (limited to 'user')
-rw-r--r--user/zsh/.config/zsh/.zshrc8
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