Hi Daniel,
This will cd to the homedir even if you start zsh from elsewhere. You might want something like «if [[ -e ./.is_my_homedir ]]; then cd; fi». (Create that file manually, once.)
Good idea, thanks! Sébastien.