all repos — nixfiles @ ee1c22c202ea5b82dbda40028266de27b228cad4

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

zsh: fix zplugin module detection logic

Alan Pearce
commit

ee1c22c202ea5b82dbda40028266de27b228cad4

parent

5b88b6550f781e60d3a246bd1f6e142182d74030

1 file changed, 1 insertion(+), 1 deletion(-)

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