I\'m getting a syntax error somewhere in my .zshrc file and I can\'t seem to find it.
I\'m getting this error message:
.zshrc:49: bad assignment
Remove the spaces from your alias command. The correct syntax is
eeyore% alias g2sites = "cd /Users/MYNAME/Dropbox/Development" zsh: bad assignment eeyore% alias g2sites="cd /Users/MYNAME/Dropbox/Development" eeyore%