Comment on hr for your terminalparentComments−antimora12yHere is a copy-n-paste to your bash prompt: function hr { printf '=%.0s' $(seq $COLUMNS); }
Comments
Here is a copy-n-paste to your bash prompt: