<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Hi all,<br>
<br>
While searching for a distro to migrate to, I found an interesting
PS1:<br>
<blockquote><font face="monospace">PS1='[$(tr " " "|" <<<
"${PIPESTATUS[*]}") \u@\h \w]\$ '</font></blockquote>
where the interesting part is the use of PIPESTATUS variable. I
knew about it, but used in PS1. It's nice, because you don't have
to type "echo $?" every time, and you see the result of each part of
pipe.<br>
<br>
By the way, the fonts I used to type are,<br>
<br>
- "Fixed Width" for "PS1=" block quote line -- which is "Noto
Sans Mono" on my screen.<br>
- "Variable Width" for the rest -- which is "Noto Serif" on my
screen.<br>
<br>
How does it show on your screen?<br>
<br>
--William
</body>
</html>