AMAZING TOP 5 FORMATS FOR UBUNTU BASH PROMPT

First published at 13:45 UTC on June 28th, 2019.
subscribers

timestring="$ms"
timestring="$(printf '%03d' $timestring)"

# -----

OFS="$IFS"
IFS='/'

[[ $PWD =~ ^$HOME ]] && pathstring='~'

for d in ${PWD#$HOME}; do

[[ -z $d ]] &…

MORE
CategoryScience & Technology
SensitivityNormal - Content that is suitable for ages 16 and over
DISCUSS THIS VIDEO