Skip to content
Jonathan Dahan edited this page Aug 21, 2019 · 2 revisions

Place your favorite functions here!

geometry_time

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
Clone this wiki locally