如果在 MacOS 上不在家,则 zsh 显示当前目录

zsh show current dir if not home on MacOS

如何让提示只显示当前目录,如果在 $HOME:

则只显示 ~

我看过了,我知道我能做到:

你试过这个吗:

PS1="%1~"