Search code examples
zshoh-my-zshzsh-completion

How to add "" to paths in zsh


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


Solution

  • I was able to work around my specific issue by creating a symbolic link.
    I was unable to use tab-completion/change the path manually as the issue was from here. Specifically the shell-integration.
    Edit: Turns out that this issue was due to a bug in the program.