My .zshenv:
export ZDOTDIR=~/dotfiles
export XDG_CONFIG_HOME=~/dotfiles/.config
export MY_ENVIRONMENT="PERSONAL"
My .zshrc in ~/dotfiles:
zsh ${ZDOTDIR}/startup.sh
then startup loads in a file called .zshrc.personal
where I have all of my config.
If I put two statements in there:
echo "hello"
alias home="cd ~/"
and then source or restart my shell, I see the echo statement, but the alias doesn't work.
I'm guessing there's some sort of conflict with the default mac version of zsh, but I don't know how to fix it. I have no .zshrc at ~/.
I'm not in a place right now where I can reinstall the Xcode developer tools, but do we think this might solve the problem?