]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/01_zprofile/01_zprofile.zshrc
Don't enable fancy features when the terminal is "dumb"
[ax-zsh.git] / core / 01_zprofile / 01_zprofile.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
-       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)"