Just add:
PROMPT='%~$ '
to your .zshrc file and you should have the entire directory path displayed in terminal.
%~ means show the path relative to HOME.
Just add:
PROMPT='%~$ '
to your .zshrc file and you should have the entire directory path displayed in terminal.
%~ means show the path relative to HOME.