We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Place your favorite functions here!
Shows the time. Refreshed the prompt every 15 seconds.
geometry_clock() { date -u +"[%H:%M]" } # render the time TMOUT=15; TRAPALRM() { geometry::prompt } # rerender the prompt every 15 seconds