Open ad-on-is opened 9 months ago
did you find a fix for this?
I had this too, and just figured out how to solve it.
So the issue is that you already have an alias named cd
. The solution is to either remove that alias, or just run unalias cd
before that line. See https://stackoverflow.com/questions/76638009/zsh-script-is-throwing-a-syntax-error-parse-error-near.
Well, now I can't actually use cd
at all, as in, when I type cd ..
or cd any-dir
, I don't actually change directory. FML, I give up.
I'm using
zoxide
which creates an alias forcd
This results in
gvm
throwing errors on startup of zsh.