What is Nostr?
Richard Schneeman /
npub1tjf…8266
2025-01-13 21:36:43

Richard Schneeman on Nostr: I have an elaborate terminal prompt with info that's not always relevant to reporting ...

I have an elaborate terminal prompt with info that's not always relevant to reporting a bug or sharing a series of terminal commands. To that end, I made a `demo` command that toggles my prompt on and off to make for easier copy/pasting. I like it so far:

$ which demo
demo () {
if [ -z "$OLDPROMPT" ]
then
export OLDPROMPT="$PROMPT"
export PROMPT="\$ "
else
export PROMPT="$OLDPROMPT"
unset OLDPROMPT
fi
}
Author Public Key
npub1tjf3426t659w7x8yl44z2l948wmslmsp2pnta2gs9tp84r3rpawqfx8266