all repos — nixfiles @ ee1c22c202ea5b82dbda40028266de27b228cad4

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

zsh: fix zplugin module detection logic
Alan Pearce alan@alanpearce.eu
Mon, 23 Sep 2019 17:45:50 +0200
commit

ee1c22c202ea5b82dbda40028266de27b228cad4

parent

5b88b6550f781e60d3a246bd1f6e142182d74030

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -1,5 +1,5 @@ # -*- mode: sh; -*-
-if [[ -d "$HOME/.zplugin/bin/zmodules/Src" ]]
+if [[ -f "$HOME/.zplugin/bin/zmodules/Src/zdharma/zplugin.so" ]]
 then
   module_path+=( "/Users/alan/.zplugin/bin/zmodules/Src" )
   zmodload zdharma/zplugin