Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我见过一堆不同的 zsh 提示,但我想知道如何添加时钟?
我想要一个简单的时钟,而不是太复杂的自我更新的东西。
export RPROMPT=$'%F{cyan}%*%f'在屏幕右侧创建一个简单的蓝色时钟。
export RPROMPT=$'%F{cyan}%*%f'
转到此处了解更多信息Zsh 提示
你可以使用这个: liquidprompt
也许与 抗原结合