How can I create a bash and a zsh prompt that shows only the current directory and its parent directory?
For example, if I'm at the dir ~/pictures/photos/2021, it should show:
[photos/2021]$ echo hi
That's all. Would like it for bash and for zsh.