Installed zed via script but can't launch it via `zed .`
I installed zed via the installation script curl -f https://zed.dev/install.sh | sh .
I am trying to launch it from the commandline in the project directory I am working in using
zed .
but getting the error
zsh: command not found: zed
I tried searching for the binary using where zed and which zed but both can't seem to locate zed zed not found
The funny thing is that I can access zed via the applications menu
