Frage

I have seen a bunch of different zsh prompts but I was wondering how I can add a clock?

I want a simple clock, not anything too complex that self updates.

War es hilfreich?

Lösung

export RPROMPT=$'%F{cyan}%*%f' creates a simple, blue clock on the right side of the screen.

Go here for more info Zsh prompt

Andere Tipps

You could use this: liquidprompt

Perhaps in conjunction with antigen

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top