How to show file directory in osx terminal By cloudnthings | February 24, 2023 0 Comment 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.