]> arthur.barton.de Git - ax-zsh.git/commitdiff
01_zprofile, 99_zlogin: Use full plugin path
authorAlexander Barton <alex@barton.de>
Fri, 2 Oct 2015 08:52:51 +0000 (10:52 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 2 Oct 2015 08:52:51 +0000 (10:52 +0200)
core/01_zprofile/01_zprofile.zshrc
core/99_zlogin/99_zlogin.zshrc

index 5b6493e60ab55ac0cde0495ef3ab3e06a5ecd7e9..b30e727b911de83d37c702872e8208780a611fd4 100644 (file)
@@ -11,7 +11,7 @@ unset PS1
 
 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 01_zprofile.zsh:"
 for plugin ($plugin_list); do
 
 [[ -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)"
 done
 AXZSH_ZPROFILE_READ=2
 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 01_zprofile.zsh (end)"
index 4f96617b287bc08422145f3d6f34fd9b05781998..a2c5ca6432c706135186af9def22420515d91d94 100644 (file)
@@ -8,7 +8,7 @@
 
 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 99_zlogin.zsh:"
 for plugin ($plugin_list); do
 
 [[ -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)"
 done
 AXZSH_ZLOGIN_READ=2
 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 99_zlogin.zsh (end)"