5
I'm using "oh-my-zsh".
I have an environment variable set to the current path, let's say:
PROJECT=/home/me/projects/client/project
and my zsh prompt looks like this:
me@my-machine:~PROJECT$
while my bash prompt looks like this:
me@my-machine:~/projects/client/project$
How can I configure the zsh prompt to behave like bash? I mean, I would like to see the full path in the prompt, even when there's a variable pointing to it.