How can I get .zshrc to run in its entirety every time I open zsh
Solution 1:
Okay, it's working now. /Users/myname/.zshrc
is:
export HOME='/Users/rcorty/Dropbox'
and /Users/myname/Dropbox/.zshrc
is:
alias ll='ls -l'
Okay, it's working now. /Users/myname/.zshrc
is:
export HOME='/Users/rcorty/Dropbox'
and /Users/myname/Dropbox/.zshrc
is:
alias ll='ls -l'