-
I just use starship, which makes it a lot easier. I actually make it single line and as basic as possible, so that it looks like the default Debian coloured prompt normally, but the modules kick in on a single line when relevant.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
agnoster-zsh-theme
A ZSH theme designed to disclose information contextually, with a powerline aesthetic
i use oh my zsh, and my prompt theme is agnoster. it's pretty simple.
-
-
The cursor is right after the smiley face, and you type in the middle. The prompt actually prints the middle line last, using \e[F to return to that line after printing space and RAM. Here is the source, line 46 is where the variable is actually set. You can also look at line 20 of my main bashrc for a somewhat simpler prompt with the same multi-line concept. (This one is much easier to read because it doesn't also have right alignment.)