]> arthur.barton.de Git - ax-zsh.git/blob - core/99_zlogin/99_zlogin.zshrc
01_zprofile, 99_zlogin: Use full plugin path
[ax-zsh.git] / core / 99_zlogin / 99_zlogin.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 99_zlogin.zshrc: Make sure zpfofile files are read
3
4 [[ "$AXZSH_ZPROFILE_READ" = "2" ]] || return
5
6 # No "zlogin" files have been read in already! So most probably this
7 # ZSH instance hasn't been called from an ax-zsh enabled ZSH!
8
9 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 99_zlogin.zsh:"
10 for plugin ($plugin_list); do
11         axzsh_load_plugin "$plugin" "zlogin"
12 done
13 AXZSH_ZLOGIN_READ=2
14 [[ -f "$HOME/.axzsh.debug" ]] && echo "» 99_zlogin.zsh (end)"