Basically, I want to make it so that if I run a command, say
cd ~/Library/Application Support/
it will replace that path with "~/Library/Application Support/"
Is this at all possible? I would also like it to apply to paths in my .zshrc
.
Thanks