]> arthur.barton.de Git - ax-zsh.git/blob - core/99_cleanup/99_cleanup.zshrc
99_cleanup: Don't clean up when zprofile hasn't been read
[ax-zsh.git] / core / 99_cleanup / 99_cleanup.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 99_cleanup.zshrc: Don't pollute the namespace, remove variables/functions/...
3
4 [[ -o login ]] && return
5 [[ "$AXZSH_ZPROFILE_READ" = "2" ]] && return
6
7 source "$AXZSH/core/99_cleanup/99_cleanup.zlogin"