انضم إلى نوستر
2026-05-15 08:29:46 CEST

Space Hobo on Nostr: I am unreasonably proud of the `$PS1` prompt I wrote up on It does a lot of dynamic ...

I am unreasonably proud of the `$PS1` prompt I wrote up on https://permacomputing.net/spacehobo/

It does a lot of dynamic display of information only if it's relevant, using some tricks to avoid subprocesses (which would step on `$?` among other things). This is dynamic and flexible and good at conveying essential information, but without all the overhead of a lot of dynamic prompt tools that became popular over the past decade or so.

#PermaComputing #bash