From 21310b4f1bd1a7f792c4bd55b509d7fe5aafdcf8 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 2 Oct 2015 10:52:51 +0200 Subject: [PATCH] 01_zprofile, 99_zlogin: Use full plugin path --- core/01_zprofile/01_zprofile.zshrc | 2 +- core/99_zlogin/99_zlogin.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/01_zprofile/01_zprofile.zshrc b/core/01_zprofile/01_zprofile.zshrc index 5b6493e..b30e727 100644 --- a/core/01_zprofile/01_zprofile.zshrc +++ b/core/01_zprofile/01_zprofile.zshrc @@ -11,7 +11,7 @@ unset PS1 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 01_zprofile.zsh:" for plugin ($plugin_list); do - axzsh_load_plugin "$(basename "$plugin")" "zprofile" + axzsh_load_plugin "$plugin" "zprofile" done AXZSH_ZPROFILE_READ=2 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 01_zprofile.zsh (end)" diff --git a/core/99_zlogin/99_zlogin.zshrc b/core/99_zlogin/99_zlogin.zshrc index 4f96617..a2c5ca6 100644 --- a/core/99_zlogin/99_zlogin.zshrc +++ b/core/99_zlogin/99_zlogin.zshrc @@ -8,7 +8,7 @@ [[ -f "$HOME/.axzsh.debug" ]] && echo "» 99_zlogin.zsh:" for plugin ($plugin_list); do - axzsh_load_plugin "$(basename "$plugin")" "zlogin" + axzsh_load_plugin "$plugin" "zlogin" done AXZSH_ZLOGIN_READ=2 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 99_zlogin.zsh (end)" -- 2.39.2