-- <snip> -- > up to 5.5.1-1 seem fine, problem starts with 5.6
for the record what zprofile does... zprofile() { ZSH_PROFILE_RC=1 zsh "$@" } ...is it activates this code snipped in my .zshrc: # # zprofile # (( ${+ZSH_PROFILE_RC} )) && builtin zmodload zsh/zprof in case you want test yourself. kind regards, Thilo