Issue
What i'm trying to do is to customize my terminal, make it look like this:
The problem i'm having is drawing that line with current time and date that goes off from the username to the right end of the screen. Is it ASCII? How do you optimally implement this in .bashrc? Any alternatives?
I know it has something to do with tput cols
, but i cant figure out how to make it work in .bashrc because of the confusing syntax
Solution
You can have this style using oh my zsh.
It feature themes created by the comunity.
Answered By - Viveli Answer Checked By - Mildred Charles (WPSolving Admin)